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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,3 +189,16 @@ infection:
189
189
--skip-initial-tests \
190
190
--ignore-msi-with-no-mutations \
191
191
--logger-text=php://stdout
192
+
193
+
.PHONY: phpbench
194
+
phpbench:
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)
0 commit comments