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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -195,10 +195,10 @@ phpbench:
195
195
@find tests/bench/storage/local-baseline.xml -mtime -60m | grep .|| (echo "PHPBench baseline file does not exist or is too old. Regenerate it using 'make phpbench-baseline'."&&exit 1)
196
196
composer require --dev phpbench/phpbench:^1.2.15
197
197
XDEBUG_MODE=off tests/vendor/bin/phpbench run --file=tests/bench/storage/local-baseline.xml --report=aggregate
0 commit comments