From 513607aa411b994fc38f8559d13897024136fb0f Mon Sep 17 00:00:00 2001 From: Lynh Date: Fri, 29 Sep 2023 15:53:31 +0700 Subject: [PATCH] Change bench command --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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