Skip to content

NBomber v4.0.0-beta7

Compare
Choose a tag to compare
@AntyaDev AntyaDev released this 05 Dec 20:23
· 163 commits to dev since this release

NBomber v4.0.0-beta7

A new LoadSimulation definition:

type LoadSimulation =
    | RampingConstant of copies:int * during:TimeSpan
    | KeepConstant    of copies:int * during:TimeSpan
    | RampingInject   of rate:int * interval:TimeSpan * during:TimeSpan    
    | Inject          of rate:int * interval:TimeSpan * during:TimeSpan
    | InjectRandom    of minRate:int * maxRate:int * interval:TimeSpan * during:TimeSpan
    | Pause           of during:TimeSpan