We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c677112 commit a84305eCopy full SHA for a84305e
.github/workflows/phpbench.yml
@@ -47,4 +47,4 @@ jobs:
47
run: "composer update --no-interaction --no-progress"
48
49
- name: "Run PHPBench"
50
- run: "php -n ./vendor/bin/phpbench run --iterations=3 --warmup=1 --report=aggregate"
+ run: "php ./vendor/bin/phpbench run --iterations=3 --warmup=1 --report=aggregate"
0 commit comments