Skip to content

Commit

Permalink
[IB] fix a bug in IB (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Lan authored May 16, 2024
1 parent d386298 commit d2d3c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/instant_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def parse_raw_template(url, override_container):
# each of the replicated deployment options
for r in mul_results.values():
replicated_awscurl = multiply_template_with_vars(
'', {'awscurl': cur_result['awscurl']}, benchmark_vars)
'', {'awscurl': r['awscurl']}, benchmark_vars)
for option in replicated_awscurl.keys():
replicated_awscurl[option] = replicated_awscurl[option][
'awscurl'].encode().hex()
Expand Down

0 comments on commit d2d3c82

Please sign in to comment.