Skip to content

Commit 87ac521

Browse files
committed
CI: Fix OS error in perf job script
1 parent b884cb9 commit 87ac521

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/jobs/performance_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ def run_test(
170170
if res != 0:
171171
with open(f"{results_path}/{test_name}-err.log", "w") as f:
172172
f.write(err)
173-
err = Shell.get_output(f"echo \"{err}\" | grep '{test_name}\t'")
174173
with open(f"{results_path}/{test_name}-raw.tsv", "w") as f:
175174
f.write(out)
176175
with open(f"{results_path}/wall-clock-times.tsv", "a") as f:

0 commit comments

Comments
 (0)