Commit df0163d0 authored by Jason Madden's avatar Jason Madden

Use a larger inner loop count to try to stave off 'benchmark may be unstable'.

parent d705939b
...@@ -10,14 +10,13 @@ except NameError: ...@@ -10,14 +10,13 @@ except NameError:
xrange = range xrange = range
N = 1000 N = 10000
counter = 0 counter = 0
def incr(sleep, **_kwargs): def incr(sleep, **_kwargs):
global counter global counter
counter += 1 counter += 1
sleep(0)
def noop(_p): def noop(_p):
......
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