add bench Makefile target
1 files changed, 4 insertions(+), 1 deletions(-) M Makefile
M Makefile => Makefile +4 -1
@@ 1,4 1,4 @@ -.PHONY: test cov fmt psalm phpstan sloc +.PHONY: test cov fmt psalm phpstan sloc bench test: # try system wide installations of PHPUnit first @@ 18,3 18,6 @@ phpstan: sloc: tokei src || cloc src + +bench: + phpbench run benchmarks