Commit 62cd9946 authored by obscuren's avatar obscuren

j => i

parent e08aba5d
......@@ -499,5 +499,4 @@ func BenchmarkUpdate(b *testing.B) {
for i := 0; i < b.N; i++ {
trie.Update(fmt.Sprintf("aaaaaaaaaaaaaaa%d", i), "value")
}
fmt.Println(trie.root)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment