forked from cerc-io/plugeth
j => i
This commit is contained in:
parent
e08aba5dd9
commit
62cd9946ee
@ -499,5 +499,4 @@ func BenchmarkUpdate(b *testing.B) {
|
|||||||
for i := 0; i < b.N; i++ {
|
for i := 0; i < b.N; i++ {
|
||||||
trie.Update(fmt.Sprintf("aaaaaaaaaaaaaaa%d", i), "value")
|
trie.Update(fmt.Sprintf("aaaaaaaaaaaaaaa%d", i), "value")
|
||||||
}
|
}
|
||||||
fmt.Println(trie.root)
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user