suite: excercise benchmark.py 5 times more

This commit is contained in:
Nguyen Anh Quynh 2014-01-13 15:10:42 +08:00
parent 34474f8989
commit ff93d75879
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ for i in xrange(3):
# start real benchmark
c_t = 0
for i in xrange(10000):
for i in xrange(50000):
code = get_code(cfile, 128)
t1 = time()