Skip to content

Commit

Permalink
suite: cleaning benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jan 9, 2014
1 parent f7f15a8 commit 3079ed6
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 @@ -32,7 +32,7 @@ def cs(md, data):
c_t = 0
for i in xrange(10000):
code = random_str(128)

t1 = time()
cs(md, code)
c_t += time() - t1
Expand Down

0 comments on commit 3079ed6

Please sign in to comment.