mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-26 10:49:38 +08:00
Put run number first for easier conversion to CSV
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
d06788477b
commit
e9f546df0c
@ -130,8 +130,8 @@ def benchmark_one_comb(
|
||||
with open(result_path, "rb") as f:
|
||||
run_data = json.load(f)
|
||||
|
||||
run_data.update(serve_comb)
|
||||
run_data["run_number"] = run_number
|
||||
run_data.update(serve_comb)
|
||||
|
||||
result_data.append(run_data)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user