Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ARSnova Scala Prototype
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
ARSnova Scala Prototype
Commits
f60c58bb
There was an error fetching the commit references. Please try again later.
Commit
f60c58bb
authored
8 years ago
by
Tom Käsler
Browse files
Options
Downloads
Patches
Plain Diff
start webserver befor stresstest
parent
425d8b83
1 merge request
!14
Stresstest
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/it/scala/Stresstest.scala
+3
-1
3 additions, 1 deletion
src/it/scala/Stresstest.scala
with
3 additions
and
1 deletion
src/it/scala/
BasicSimulation
.scala
→
src/it/scala/
Stresstest
.scala
+
3
−
1
View file @
f60c58bb
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment