You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,13 @@ infection:
192
192
193
193
.PHONY: phpbench
194
194
phpbench:
195
+
@find tests/bench/storage/baseline.xml -mtime -60m | grep .|| (echo "PHPBench baseline file is too old. Regenerate it using 'make phpbench-baseline'."&&exit 1)
195
196
composer require --dev phpbench/phpbench:^1.2.15
196
-
XDEBUG_MODE=off tests/vendor/bin/phpbench run
197
-
composer remove phpbench/phpbench
197
+
XDEBUG_MODE=off tests/vendor/bin/phpbench run --file=tests/bench/storage/baseline.xml --report=aggregate
0 commit comments