diff --git a/benchmark/json_fast_forward/bench_other.py b/benchmark/json_fast_forward/bench_other.py index f2fb06ccf..042ede64b 100644 --- a/benchmark/json_fast_forward/bench_other.py +++ b/benchmark/json_fast_forward/bench_other.py @@ -223,6 +223,7 @@ def main(args): "backend": args.backend, "latency": round(latency, 3), "num_jsons": args.num_jsons, + "mode": args.mode, "parallel": args.parallel, } fout.write(json.dumps(value) + "\n")