Skip to content

Commit

Permalink
Fix perf
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 6, 2023
1 parent e08b919 commit db07854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance_measurement/measure_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def load_inputs_from_dir(dir: str) -> list:
measurement_result = runner.run(
workload, MeasurementRunner.wait_for_zk_spec, MeasurementRunner.wait_for_pod_ready, gen)
if measurement_result is not None:
measurement_result_file = f"{trial_dir}/measurement_result_{gen:03d}.json"
measurement_result_file = f"{single_operation_trial_dir}/measurement_result_{gen:03d}.json"
with open(measurement_result_file, "w") as f:
json.dump(dataclasses.asdict(measurement_result), f)
gen += 1
Expand Down

0 comments on commit db07854

Please sign in to comment.