File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ var httpRequest = JsonConvert.DeserializeObject<IEnumerable<HttpRequest>>(conten
2929var bombardierTestsGenerator = new BombardierTestsGenerator (httpRequest , options =>
3030{
3131 options .BombardierConcurrentUsers = 1 ;
32+
3233 options .BombardierDuration = 1 ;
3334 options .BombardierTimeout = 30 ;
3435 options .BombardierUseHttp2 = true ;
@@ -196,6 +197,7 @@ in the sample code above. Check the [QAToolKit.Source.Swagger](https://github.co
196197
197198- ** This library is an early alpha version**
198199- Currently tested for GET, POST, PUT and DELETE HTTP methods. Need to extend support.
200+ - NTLM authentication is currently not possible because of the Bombardier limitations.
199201
200202## License
201203
You can’t perform that action at this time.
0 commit comments