-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: To detect KPI, let's use whole workload as deployment might tak…
…e tenths of seconds as well (#806) * feat: To detect KPI, let's use whole workload as deployment might take tenths of seconds as well * feat: Also store number of errors from final run * feat(max-concurrency): move workload KPI calculation to load test itself Signed-off-by: Pavel Macík <[email protected]> * feat: Also compute KPI number from before threshold and after threshold numbers. * fix: Typo * feat: Add integration test and deployment time to the max-concurrency.csv * fix: `$t` is not index, it is value * fix: Also update default results JSON Co-authored-by: Pavel Macík <[email protected]> * fix: Add sane value if we fail to reach the threshold Co-authored-by: Pavel Macík <[email protected]> --------- Signed-off-by: Pavel Macík <[email protected]> Co-authored-by: Pavel Macík <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters