From 2508bbbfb9cfb1104e5f388bbf3e1e84e3afbdcf Mon Sep 17 00:00:00 2001 From: Travis Carden Date: Mon, 31 Jul 2023 23:43:27 -0400 Subject: [PATCH] Enable "default" PHPBench report. --- phpbench.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpbench.json b/phpbench.json index d7d36d976..42400e049 100644 --- a/phpbench.json +++ b/phpbench.json @@ -13,7 +13,8 @@ "preconditions-trees-chart", "preconditions-individuals-chart", "fileSyncers-chart", - "detail" + "detail", + "default" ] },