Skip to content

Commit

Permalink
Use Gatling default settings when feasible
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Sep 20, 2018
1 parent 763990a commit bcf4bd2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import org.testng.annotations.Test
val buildDir = System.getProperty("buildDir")

properties.simulationClass (classOf [BenchmarkSimulation].getName)
properties.outputDirectoryBaseName ("gatling")
properties.resultsDirectory(if (buildDir == null) "build" else buildDir)

Gatling.fromMap (properties.build)
Expand Down

0 comments on commit bcf4bd2

Please sign in to comment.