aboutsummaryrefslogtreecommitdiff
path: root/crosperf/crosperf.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/crosperf.py')
-rwxr-xr-xcrosperf/crosperf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/crosperf.py b/crosperf/crosperf.py
index e107ea48..21553909 100755
--- a/crosperf/crosperf.py
+++ b/crosperf/crosperf.py
@@ -119,7 +119,7 @@ def Main(argv):
atexit.register(Cleanup, experiment)
if options.dry_run:
- runner = MockExperimentRunner(experiment)
+ runner = MockExperimentRunner(experiment, json_report)
else:
runner = ExperimentRunner(experiment, json_report,
using_schedv2=(not options.noschedv2))