Commit 73b78d44 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 47958710
...@@ -199,7 +199,7 @@ loop: ...@@ -199,7 +199,7 @@ loop:
tend := time.Now() tend := time.Now()
δt := tend.Sub(tstart) δt := tend.Sub(tstart)
x := "zsha1.go" x := "zhash.go"
if useprefetch { if useprefetch {
x += " +prefetch" x += " +prefetch"
} }
......
...@@ -131,7 +131,7 @@ def main(): ...@@ -131,7 +131,7 @@ def main():
tend = time() tend = time()
dt = tend - tstart dt = tend - tstart
print('%s:%s ; oid=0..%d nread=%d t=%.3fs (%.1fμs / object) x=zsha1.py' % \ print('%s:%s ; oid=0..%d nread=%d t=%.3fs (%.1fμs / object) x=zhash.py' % \
(h.name, h.hexdigest(), oid-1, nread, dt, dt * 1E6 / oid)) (h.name, h.hexdigest(), oid-1, nread, dt, dt * 1E6 / oid))
......
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