Skip to content

Commit 088c482

Browse files
authored
Test(perf): fix confused pipeline character
1 parent fc2c706 commit 088c482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/performance/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ run_abacus() {
8080
lastword=$(tail -1 result.log | awk '{print $1}')
8181
fi
8282
if [[ $lastword != "SEE" ]]; then
83-
/usr/bin/time -v mpirun -n $1 -env OMP_NUM_THREADS=$2 $abacus 2>time.log tee result.log
83+
/usr/bin/time -v mpirun -n $1 -env OMP_NUM_THREADS=$2 $abacus 2>time.log | tee result.log
8484
else
8585
printf "**result.log is normal end, skip this job** "
8686
fi

0 commit comments

Comments
 (0)