This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
clist: reduce numTimes in test
pull/1842/head
Ethan Buchman
7 years ago
parent
135a1a7cd7
commit
d3bac7a6fe
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
clist/clist_test.go
+ 1
- 1
clist/clist_test.go
View File
@ -149,7 +149,7 @@ func _TestGCRandom(t *testing.T) {
func
TestScanRightDeleteRandom
(
t
*
testing
.
T
)
{
const
numElements
=
10000
const
numTimes
=
1000
00
const
numTimes
=
1000
const
numScanners
=
10
l
:=
New
(
)
Write
Preview
Loading…
Cancel
Save