Skip to content

Commit 902137e

Browse files
authored
Merge pull request #835 from mcg-web/fix-benchmarks-build
Lock phpbench to v1 alpha 7
2 parents 750dfdb + fe5799e commit 902137e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ composer.phar
99
.php_cs
1010

1111
phpbench.phar
12-
phpbench.phar.pubkey
12+
phpbench.phar.*
1313
/.phpbench_storage
1414
php-cs-fixer.phar

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@composer rem --ansi --dev phpstan/phpstan phpstan/phpstan-phpunit"
7474
],
7575
"bench": [
76-
"test -f phpbench.phar || wget https://phpbench.github.io/phpbench/phpbench.phar https://phpbench.github.io/phpbench/phpbench.phar.pubkey",
76+
"test -f phpbench.phar || wget https://github.com/phpbench/phpbench/releases/download/1.0.0-alpha7/phpbench.phar -O phpbench.phar",
7777
"@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\"}'"
7878
],
7979
"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",

0 commit comments

Comments
 (0)