From d737405842e33e1afe3222b8dd077d6c4db326f7 Mon Sep 17 00:00:00 2001 From: Hari Krishnan Date: Wed, 8 Sep 2021 17:16:25 +0530 Subject: [PATCH] removing simulation class config in gatling conf template --- templates/gatling.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/gatling.conf b/templates/gatling.conf index 131d9a5..35391f0 100644 --- a/templates/gatling.conf +++ b/templates/gatling.conf @@ -9,7 +9,8 @@ gatling { outputDirectoryBaseName = "" # The prefix for each simulation result folder (then suffixed by the report generation timestamp) runDescription = "Perfiz Simulation" # The description for this simulation run, displayed in each report encoding = "utf-8" # Encoding to use throughout Gatling for file and string manipulation - simulationClass = "" # The FQCN of the simulation to run (when used in conjunction with noReports, the simulation for which assertions will be validated) + #Commenting our simulationClass so that it can be controlled through perfiz configuration + #simulationClass = "" # The FQCN of the simulation to run (when used in conjunction with noReports, the simulation for which assertions will be validated) elFileBodiesCacheMaxCapacity = 200 # Cache size for request body EL templates, set to 0 to disable rawFileBodiesCacheMaxCapacity = 200 # Cache size for request body Raw templates, set to 0 to disable rawFileBodiesInMemoryMaxSize = 1000 # Below this limit, raw file bodies will be cached in memory