Skip to content

Commit 34dab2c

Browse files
committed
Add bench script
1 parent bc17eb7 commit 34dab2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"scripts": {
3131
"tests": "./vendor/bin/phpunit",
32-
"rules": "./vendor/bin/phpcs && ./vendor/bin/psalm && ./vendor/bin/phpstan && ./vendor/bin/phpmd src text phpmd.ruleset.xml"
32+
"rules": "./vendor/bin/phpcs && ./vendor/bin/psalm && ./vendor/bin/phpstan && ./vendor/bin/phpmd src text phpmd.ruleset.xml",
33+
"bench": "./vendor/bin/phpbench run --report=aggregate"
3334
}
3435
}

0 commit comments

Comments
 (0)