diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5782282..7842e75 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,4 +36,4 @@ jobs: composer install --prefer-dist --no-interaction --no-suggest - name: Create benchmarks - run: composer bench + run: vendor/bin/phpbench run --report=aggregate