File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 env :
7171 NODE_ENV : production
7272 run : |
73- echo "Running baseline benchmarks with CPU affinity (using PR's benchmark script) ..."
73+ echo "Running baseline benchmarks..."
7474 if [ ! -f "benchmark/performance.js" ]; then
7575 echo "⚠️ Benchmark script not found - this is expected for new features"
7676 echo "Skipping baseline benchmark"
@@ -135,7 +135,7 @@ jobs:
135135 env :
136136 NODE_ENV : production
137137 run : |
138- echo "Running PR benchmarks with CPU affinity ..."
138+ echo "Running PR benchmarks..."
139139 taskset -c 0 npm run benchmark > pr-output.txt 2>&1 || npm run benchmark > pr-output.txt 2>&1 || true
140140 echo "Benchmark command completed with exit code: $?"
141141 echo "Output file size: $(wc -c < pr-output.txt) bytes"
You can’t perform that action at this time.
0 commit comments