Skip to content

Commit 878b856

Browse files
committed
readme update
1 parent afabe89 commit 878b856

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var httpRequest = JsonConvert.DeserializeObject<IEnumerable<HttpRequest>>(conten
2929
var 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

0 commit comments

Comments
 (0)