From 3079ed61cb7fd56961a7d17eadcf2536af59ceba Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 9 Jan 2014 08:20:38 +0800 Subject: [PATCH] suite: cleaning benchmark.py --- suite/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/benchmark.py b/suite/benchmark.py index e91a0bfa56..bb18fd7c12 100755 --- a/suite/benchmark.py +++ b/suite/benchmark.py @@ -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