We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dea393 commit 3252b59Copy full SHA for 3252b59
devops/scripts/benchmarking/common.py
@@ -191,7 +191,7 @@ def export_python_globals(self):
191
metric_tolerances = \
192
dict([ pair_str.split(":") for pair_str in m_tol_str.split(",") ])
193
194
- for metric, tolerance_str in metric_tolerances:
+ for metric, tolerance_str in metric_tolerances.items():
195
if metric not in metrics_recorded:
196
print(f"Metric compared against {metric} is not being recorded.",
197
file=sys.stderr)
0 commit comments