Skip to content

Commit

Permalink
make uint benchmarks short,becauce can't pass github test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightszero committed Mar 6, 2019
1 parent 9a8827c commit 3a44de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo.UnitTests/UT_UIntBenchmarks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Neo.UnitTests
[TestClass]
public class UT_UIntBenchmarks
{
int MAX_TESTS = 1000000; // 1 million
int MAX_TESTS = 1000; // 1 million

byte[][] base_32_1;
byte[][] base_32_2;
Expand Down

0 comments on commit 3a44de2

Please sign in to comment.