We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc7109 commit 8d83dddCopy full SHA for 8d83ddd
benchmark/scripts/Benchmark_Driver
@@ -337,7 +337,7 @@ class BenchmarkDriver(object):
337
driver = BenchmarkDriver(args)
338
results = driver.run_and_log(csv_console=(args.output_dir is None))
339
if args.output_dir:
340
- driver.log_results([r.json for r in results])
+ driver.log_results([r.json() for r in results])
341
return 0
342
343
0 commit comments