Skip to content
Snippets Groups Projects
Commit f60c58bb authored by Tom Käsler's avatar Tom Käsler
Browse files

start webserver befor stresstest

parent 425d8b83
1 merge request!14Stresstest
......@@ -2,7 +2,9 @@ import io.gatling.core.Predef._ // 2
import io.gatling.http.Predef._
import scala.concurrent.duration._
class BasicSimulation extends Simulation {
class Stresstest extends Simulation {
println("starting webserver")
WebServer.main(Array())
val httpProtocol = http
.baseURL("http://localhost:9000")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment