Skip to content

Commit

Permalink
Lock phpbench to v1 alpha 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed Apr 28, 2021
1 parent 750dfdb commit fe5799e
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 fe5799e

Please sign in to comment.