Skip to content

Commit

Permalink
removing simulation class config in gatling conf template
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Sep 8, 2021
1 parent f8a3b46 commit d737405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/gatling.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d737405

Please sign in to comment.