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 4606163 commit e42edb7Copy full SHA for e42edb7
.github/workflows/main.yml
@@ -211,7 +211,7 @@ jobs:
211
run: composer install --no-progress --prefer-dist --optimize-autoloader
212
213
- name: Performance tests with PHPBench
214
- run: ./vendor/bin/phpbench run tests/performance --report=aggregate
+ run: ./vendor/bin/phpbench run tests/Performance --report=aggregate
215
216
coverage:
217
runs-on: ubuntu-latest
0 commit comments