Skip to content

Commit adbb4f3

Browse files
committed
fix(ci): pass benchmarks path to phpbench run
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 113ce75 commit adbb4f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/performance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ jobs:
3030

3131
- name: Run benchmarks (strict CI mode with verbose output)
3232
run: |
33+
mkdir -p build
3334
vendor-bin/phpbench/vendor/phpbench/phpbench/bin/phpbench run \
3435
--iterations=20 \
3536
--revs=10 \
3637
--warmup=2 \
3738
--report=aggregate \
3839
--output=json:build/benchmark-results.json \
39-
--output=console
40+
benchmarks
4041
4142
echo "✓ Benchmarks completed"
4243
echo ""

0 commit comments

Comments
 (0)