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
@@ -105,7 +105,7 @@ var bombardierTestsGenerator = new BombardierTestsGenerator(options =>
105
105
106
106
You can also set those `BombardierGeneratorOptions` options:
107
107
108
-
-`BombardierConcurrentUsers`: How many concurrent users should be used in Bombardier tests. Default is `3`.
108
+
-`BombardierConcurrentUsers`: How many concurrent users should be used in Bombardier tests. Default is `10`.
109
109
-`BombardierDuration`: How long the Bombardier tests should execute in seconds. Use this depending on the type of test you want to perform and should not be used with `BombardierRateLimit`. Default is `30` seconds.
110
110
-`BombardierTimeout`: What is the Bombardier timeout to wait for the requests to finish. Default is `30` seconds.
111
111
-`BombardierUseHttp2`: Use HTTP2 protocol. Otherwise HTTP1 is used. By default this is set to `true`.
thrownewQAToolKitBombardierException("BombardierRateLimit and BombardierNumberOfTotalRequests settings are mutually exclusive. Please use one or the other.");
thrownewQAToolKitBombardierException("BombardierRateLimit and BombardierNumberOfTotalRequests settings are mutually exclusive. Please use one or the other.");
0 commit comments