From 9c121f2a45dca269c47812379f851f9ca9478852 Mon Sep 17 00:00:00 2001 From: hnyls2002 Date: Fri, 2 Feb 2024 09:58:24 +0000 Subject: [PATCH] minor fix: result dump format --- benchmark/json_fast_forward/bench_other.py | 1 + 1 file changed, 1 insertion(+) 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")