[Neo Benchmark: Fix] fix the benchmark#3109
Conversation
|
Neo -> D:\a\neo\neo\src\Neo\bin\Debug\net7.0\Neo.dll Starting test execution, please wait... Neo.CLI -> D:\a\neo\neo\src\Neo.CLI\bin\Debug\net7.0\neo-cli.dll Failed! - Failed: 1, Passed: 686, Skipped: 0, Total: 687, Duration: 17 s - Neo.UnitTests.dll (net7.0) this test error appears randomly. Can you please check? |
At leat this case always runs successfully on mine. But I notice if run all UT cases, some parameters will pollute other cases which could cause mismatching the expected result. But if run these failed cases independently, they will work well. Maybe it's better to fix these later. |


Description
Since we have updated the default value of the protocol setting, it actually breaks the existing benchmark. This pr trys to fix it.
Type of change
How Has This Been Tested?
Test Configuration:
Run the benchmark in the debug mode.
Checklist: