Skip to content

Instantly share code, notes, and snippets.

View arikogan's full-sized avatar

Ariel Kogan arikogan

  • Tel Aviv, Israel
View GitHub Profile
import io.gatling.http.Predef._
import io.gatling.core.Predef._
import scala.concurrent.forkjoin.ThreadLocalRandom
import io.gatling.core.validation.Success
import bootstrap._
class Gist extends Simulation {
val baseURL = "http://localhost:8080"