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:
xrange = range
N = 1000
N = 10000
counter = 0
def incr(sleep, **_kwargs):
global counter
counter += 1
sleep(0)
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