File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
104
104
- name : Run benchmark
105
105
if : ${{ matrix.RUN_BENCHMARK }}
106
- run : docker run --rm -u "$(id -u):$(id -g)" -v "$(pwd):/workdir" 'test:${{ matrix.PHP_VERSION }}' php -d 'zend.assertions=-1' ./vendor/bin/phpbench run --no-interaction --revs=1 --retry-threshold=100 --progress=travis
106
+ run : docker run --rm -u "$(id -u):$(id -g)" -v "$(pwd):/workdir" 'test:${{ matrix.PHP_VERSION }}' php -d 'zend.assertions=-1' ./vendor/bin/phpbench run --no-interaction --revs=1 --retry-threshold=100 --progress=none
107
107
108
108
- name : Export Docker Image
109
109
if : steps.cache-docker-image.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 21
21
"ext-reflection" : " *"
22
22
},
23
23
"require-dev" : {
24
- "phpbench/phpbench" : " ^0.16.10" ,
24
+ "phpbench/phpbench" : " ^0.16.10 || ^1.0.4 " ,
25
25
"phpstan/phpstan" : " ^0.12.42" ,
26
26
"phpunit/phpunit" : " ^7.5.20 | ^8.5.8 | ^9.3.8" ,
27
27
"vimeo/psalm" : " ^3.15.0"
Original file line number Diff line number Diff line change 1
1
{
2
- "bootstrap" : " bench/bootstrap.php" ,
3
- "path" : " bench/" ,
4
- "retry_threshold" : 2 ,
5
- "php_disable_ini" : true ,
6
- "php_config" : {
2
+ "runner. bootstrap" : " bench/bootstrap.php" ,
3
+ "runner. path" : " bench/" ,
4
+ "runner. retry_threshold" : 2 ,
5
+ "runner. php_disable_ini" : true ,
6
+ "runner. php_config" : {
7
7
"zend_extension" : [" opcache.so" ],
8
8
"zend.assertions" : -1 ,
9
9
"opcache.enable_cli" : 1
You can’t perform that action at this time.
0 commit comments