Anton Moldovan
Anton Moldovan
Otherwise, it should be somehow integrated into the whole execution pipeline
Ok, looks amazing. I will take a look and comment.
Hi @pavlogrushetsky I see your point and it sounds reasonable. But what to do with TFeed, TClient, IStepContext within Scenario.withInit ?
Are you using Data Feed or some Websocket, SQL connections in k6 ?
Just by curiosity, why do you consider NBomber over k6 then?
Hi @billsioros It's a good question. Technically each step can have a different client factory; for example ```csharp Step.Create("test_mongo_db", MongoClientFactory.Create(), execute: async context => return Response.Ok()); Step.Create("test_redis", RedisClientFactory.Create(), execute: async...
Hi @billsioros Yes) This week, I will try to release a new version with a real-time stats table for the NBomber console (replacement for progress bars) And after this release,...
Hi @billsioros , https://github.com/PragmaticFlow/NBomber/pull/486 You can use ClientFatory.initializedClients: TClient[] inside Scenario.Clean https://github.com/PragmaticFlow/NBomber.Contracts/blob/dev/src/NBomber.Contracts/ClientFactory.fs#L9
"Specifying thresholds through the configuration files" - seems can be skipped for now :) I used to add such things iteratively.
Hi @pavlogrushetsky Any news?