Skip to content

Commit

Permalink
COMPOSER: Add benchmarks autoload path & benchmark command
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Bos <[email protected]>
  • Loading branch information
sjokkateer committed Jun 26, 2022
1 parent 0ddf6a9 commit 27ec7e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@
},
"autoload-dev": {
"psr-4": {
"LaminasTest\\Di\\": "test/"
"LaminasTest\\Di\\": "test/",
"LaminasBench\\Di\\": "benchmarks/"
}
},
"scripts": {
"benchmark": "phpbench run --revs=2 --iterations=2 --report=aggregate",
"check": [
"@cs-check",
"@analyse",
Expand Down

0 comments on commit 27ec7e4

Please sign in to comment.