You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ There are two configuration files that need to be supplied before launching the
155
155
"teams": "<int> <required> <the number of teams that should participate in the simulation>",
156
156
"services": "<List(string)> <required> <the repository names of the services that should be used for the simulation>",
157
157
"checker-ports": "<List(int)> <required> <the port numbers of the service checkers. the order should be the same as in services>",
158
-
"simulation-type": "<string> <required> <the type of simulation to run. choose between 'realistic'and 'stress-test'>",
158
+
"simulation-type": "<string> <required> <the type of simulation to run. choose between 'realistic', 'basic-stress-test', 'stress-test' and 'intesive-stress-test'>",
159
159
"scoreboard-file": "<string> <optional> <the path to a scoreboard file in json format from a past competition that will be used to derive a team experience distribution for the simulation>"
Copy file name to clipboardExpand all lines: config/config.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
"teams": "<int> <required> <the number of teams that should participate in the simulation>",
19
19
"services": "<List(string)> <required> <the repository names of the services that should be used for the simulation>",
20
20
"checker-ports": "<List(int)> <required> <the port numbers of the service checkers. the order should be the same as in services>",
21
-
"simulation-type": "<string> <required> <the type of simulation to run. choose between 'realistic', 'basic-stress-test'and 'stress-test'>",
21
+
"simulation-type": "<string> <required> <the type of simulation to run. choose between 'realistic', 'basic-stress-test', 'stress-test' and 'intesive-stress-test'>",
22
22
"scoreboard-file": "<string> <optional> <the path to a scoreboard file in json format from a past competition that will be used to derive a team experience distribution for the simulation>"
0 commit comments