NBomber
NBomber copied to clipboard
Add threshold for statistics
This is a draft PR for https://github.com/PragmaticFlow/NBomber/issues/355 (Add threshold for statistics). The work is still in progress, and the PR is rather for review and conversation about the overall approach.
Some other things TODO:
- [x] Implementing thresholds for
DataTransferStats
- [x] Implementing logic for displaying the thresholds status in the load test outputs
- [ ] ~Specifying thresholds through the configuration files~
- [ ] Adding comments to the new methods in the contracts
- [ ] Covering the changes with the tests
I would appreciate any feedback on this draft implementation 🙇♂️.
@AntyaDev One more question 😅 Would the following functionality make sense to you?:
- [ ] Specifying thresholds through the configuration files
"Specifying thresholds through the configuration files" - seems can be skipped for now :) I used to add such things iteratively.
"Specifying thresholds through the configuration files" - seems can be skipped for now :) I used to add such things iteratively.
Great! Makes sense to me, thank you!
Hi @pavlogrushetsky Any news?
Hi @pavlogrushetsky Any news?
Oh, I've been busy recently, sorry. I'll try to push something this week.