Skip to content

Commit b38c92e

Browse files
authored
Upgrade and lock phpbench to v1 beta-1 (#845)
1 parent 1c0c378 commit b38c92e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"doctrine/coding-standard": "^8.2",
2020
"ergebnis/composer-normalize": "^2.13",
2121
"nyholm/psr7": "^1.2",
22-
"phpbench/phpbench": "^1.0.0-alpha7",
22+
"phpbench/phpbench": "1.0.0-beta1",
2323
"phpstan/extension-installer": "^1.0",
2424
"phpstan/phpstan": "0.12.82",
2525
"phpstan/phpstan-phpunit": "0.12.18",

phpbench.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bootstrap": "vendor/autoload.php",
3-
"path": "benchmarks",
4-
"retry_threshold": 5,
5-
"time_unit": "milliseconds"
2+
"runner.bootstrap": "vendor/autoload.php",
3+
"runner.path": "benchmarks",
4+
"runner.retry_threshold": 5,
5+
"runner.time_unit": "milliseconds"
66
}

0 commit comments

Comments
 (0)