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.
2 parents fc31408 + 87ac521 commit 0cc630eCopy full SHA for 0cc630e
ci/jobs/performance_tests.py
@@ -170,7 +170,6 @@ def run_test(
170
if res != 0:
171
with open(f"{results_path}/{test_name}-err.log", "w") as f:
172
f.write(err)
173
- err = Shell.get_output(f"echo \"{err}\" | grep '{test_name}\t'")
174
with open(f"{results_path}/{test_name}-raw.tsv", "w") as f:
175
f.write(out)
176
with open(f"{results_path}/wall-clock-times.tsv", "a") as f:
0 commit comments