aboutsummaryrefslogtreecommitdiff
path: root/loop.py
diff options
context:
space:
mode:
Diffstat (limited to 'loop.py')
-rw-r--r--loop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/loop.py b/loop.py
index 6c75a61..3f7120f 100644
--- a/loop.py
+++ b/loop.py
@@ -9,7 +9,7 @@ class Benchmark_Loop( Benchmark ):
How allocations are freed can be changed with the benchmark
version""",
- self.cmd = "build/bench_loop{binary_suffix} 1.2 {nthreads} 1000000 {maxsize} 10"
+ self.cmd = "build/bench_loop{binary_suffix} {nthreads} 1000000 {maxsize}"
self.args = {
"maxsize" : [2 ** x for x in range(6, 16)],