jump-forward rename (#144)

This commit is contained in:
Liangsheng Yin
2024-02-05 16:50:37 +08:00
committed by GitHub
parent 82fa69b3cc
commit 26f0bedc8f
12 changed files with 70 additions and 70 deletions

View File

@@ -219,7 +219,7 @@ def main(args):
with open(args.result_file, "a") as fout:
value = {
"task": "json_fast_forward",
"task": "json_jump_forward",
"backend": args.backend,
"latency": round(latency, 3),
"num_jsons": args.num_jsons,

View File

@@ -122,7 +122,7 @@ def main(args):
with open(args.result_file, "a") as fout:
value = {
"task": "json_fast_forward",
"task": "json_jump_forward",
"backend": args.backend,
"latency": round(latency, 3),
"num_jsons": args.num_jsons,