Skip to content

Commit 0cc630e

Browse files
authored
Merge pull request ClickHouse#80089 from ClickHouse/ci_fix_perf_job_script
CI: Fix OS error in perf job script
2 parents fc31408 + 87ac521 commit 0cc630e

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)