Skip to content

Commit

Permalink
Update perf-testing project
Browse files Browse the repository at this point in the history
  • Loading branch information
juncevich committed Jan 25, 2025
1 parent 8baf456 commit aa140e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perf-testing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

./gradlew gatlingRun-SampleSimulation

./gradlew gatlingRun-com.relay.perf.testing.simulation.TestSimulation
./gradlew gatlingRun --simulation com.relay.perf.testing.simulation.TestSimulation
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class TestSimulation : Simulation() {
// 10
init {
setUp( // 11
scn.injectOpen(atOnceUsers(10000)) // 12
scn.injectOpen(atOnceUsers(10)) // 12
// scn.inject(rampUsers(1000) over (1 minutes)) // 12
).protocols(httpProtocol) // 13
}
Expand Down

0 comments on commit aa140e6

Please sign in to comment.