Skip to content

Commit d18fdb6

Browse files
committed
Bench: fix PHPBench's configuration
1 parent d84efce commit d18fdb6

File tree

4 files changed

+423
-242
lines changed

4 files changed

+423
-242
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"phpstan/phpstan": "^0.12.81",
5353
"thecodingmachine/phpstan-strict-rules": "^0.12.1",
5454
"bamarni/composer-bin-plugin": "^1.4.1",
55-
"phpbench/phpbench": "^0.17.1 || ^1.0"
55+
"phpbench/phpbench": "^1.1"
5656
},
5757
"conflict": {
5858
"mouf/database.tdbm": "~5.0.0"

phpbench.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"bootstrap": "vendor/autoload.php",
3-
"path": "tests/Performance"
4-
}
2+
"$schema":"./vendor/phpbench/phpbench/phpbench.schema.json",
3+
"runner.bootstrap": "vendor/autoload.php",
4+
"runner.path": "tests/Performance"
5+
}

0 commit comments

Comments
 (0)