Skip to content

Commit

Permalink
Added StatusCode.Percent and Request.Percent to support threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Feb 25, 2024
1 parent d404cfe commit 7c724cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NBomber.Contracts/Stats.fs
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ type StatusCodeStats = {
[<Key 1>] IsError: bool
[<Key 2>] Message: string
[<Key 3>] Count: int
[<Key 4>] Percent: float32
}

[<CLIMutable>]
[<MessagePackObject>]
type RequestStats = {
[<Key 0>] Count: int
[<Key 1>] RPS: float
[<Key 2>] Percent: float32
}

[<CLIMutable>]
Expand Down

0 comments on commit 7c724cb

Please sign in to comment.