Skip to content

Commit d432e4c

Browse files
committed
less verbose
1 parent b7c919d commit d432e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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"

0 commit comments

Comments
 (0)