Skip to content

Commit

Permalink
suite: excercise benchmark.py 5 times more
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jan 13, 2014
1 parent 34474f8 commit ff93d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def cs(md, code):

# start real benchmark
c_t = 0
for i in xrange(10000):
for i in xrange(50000):
code = get_code(cfile, 128)

t1 = time()
Expand Down

0 comments on commit ff93d75

Please sign in to comment.