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 b884cb9 commit 87ac521Copy full SHA for 87ac521
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