~fkooman/php-jwt

1c94d30c7ddd2c6fed955a7d6cec3134525c61d0 — François Kooman 4 months ago cad331d main
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