Commit 9c121f2a authored by hnyls2002's avatar hnyls2002
Browse files

minor fix: result dump format

parent 03e04b23
......@@ -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")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment