diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py index 7bf709e..87ec8c2 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -127,7 +127,7 @@ class Benchmark (object): if is_fixed: yield p - def run(self, verbose=False, runs=5): + def run(self, runs=5, verbose=False): if runs > 0: print("Running", self.name, "...") n = len(list(self.iterate_args())) * len(self.allocators) |
