diff options
| -rw-r--r-- | allocbench/benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/allocbench/benchmark.py b/allocbench/benchmark.py index 3294087..0a03a78 100644 --- a/allocbench/benchmark.py +++ b/allocbench/benchmark.py @@ -363,7 +363,7 @@ class Benchmark: self.iterate_args(args, {"a2":"bar"}) yields [(1, "bar"), (2, "bar")] self.iterate_args(args, {"a1":2, "a2":"foo"}) yields [(2, "foo")]""" if not args: - args = self.args + args = self.results["args"] or self.args if not fixed: fixed = {} |
