Commit 47cfe4a7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fd774a65
......@@ -162,7 +162,7 @@ func zhash(ctx context.Context, url string, h hasher, useprefetch bool) (err err
//defer profile.Start(profile.CPUProfile).Stop()
}
for qqq := 0; qqq < 2; qqq++ {
for qqq := 0; qqq < 4; qqq++ {
tstart := time.Now()
h.Reset() // XXX temp
......
......@@ -103,7 +103,7 @@ def main():
last_tid = stor.lastTransaction()
before = p64(u64(last_tid) + 1)
for zzz in range(2):
for zzz in range(4):
tstart = time()
# vvv h.reset() XXX temp
......
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