Skip to content

Commit

Permalink
Merge pull request overblog#835 from mcg-web/fix-benchmarks-build
Browse files Browse the repository at this point in the history
Lock phpbench to v1 alpha 7
  • Loading branch information
mcg-web authored Apr 28, 2021
2 parents 750dfdb + fe5799e commit 902137e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ composer.phar
.php_cs

phpbench.phar
phpbench.phar.pubkey
phpbench.phar.*
/.phpbench_storage
php-cs-fixer.phar
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@composer rem --ansi --dev phpstan/phpstan phpstan/phpstan-phpunit"
],
"bench": [
"test -f phpbench.phar || wget https://phpbench.github.io/phpbench/phpbench.phar https://phpbench.github.io/phpbench/phpbench.phar.pubkey",
"test -f phpbench.phar || wget https://github.com/phpbench/phpbench/releases/download/1.0.0-alpha7/phpbench.phar -O phpbench.phar",
"@php phpbench.phar run -l dots --ansi -vvv --report='generator: \"table\", cols: [\"benchmark\", \"subject\", \"params\", \"best\", \"mean\", \"mode\", \"worst\", \"diff\"], break: [\"benchmark\"], sort: {mean: \"asc\"}'"
],
"install-cs": "test -f php-cs-fixer.phar || wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.15.3/php-cs-fixer.phar -O php-cs-fixer.phar",
Expand Down

0 comments on commit 902137e

Please sign in to comment.