From 7153919aab6902bc7f276e937525da38625eac58 Mon Sep 17 00:00:00 2001 From: slandelle Date: Wed, 24 Apr 2024 12:28:24 +0200 Subject: [PATCH] chore: remove dead config option Motivation: `noReports` can now only be forced as a launch parameter. --- gatling-core/src/main/resources/gatling-defaults.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/gatling-core/src/main/resources/gatling-defaults.conf b/gatling-core/src/main/resources/gatling-defaults.conf index f7d44b2f53..7fec1738da 100644 --- a/gatling-core/src/main/resources/gatling-defaults.conf +++ b/gatling-core/src/main/resources/gatling-defaults.conf @@ -64,7 +64,6 @@ gatling { } } charting { - noReports = false # When set to true, don't generate HTML reports maxPlotPerSeries = 1000 # Number of points per graph in Gatling reports useGroupDurationMetric = false # Switch group timings from cumulated response time to group duration. indicators {