Skip to content

Releases: PragmaticFlow/NBomber

NBomber v5.2.2 - Cluster Warmup

08 Sep 07:56
Compare
Choose a tag to compare

NBomber v5.2.1 - netstandard2.1

23 Aug 09:00
Compare
Choose a tag to compare

NBomber v5.2.0 - Auto Cluster

15 Aug 11:45
Compare
Choose a tag to compare

NBomber v5.1.0

03 Jul 18:11
Compare
Choose a tag to compare

NBomber v4.1.2

31 Mar 10:15
Compare
Choose a tag to compare

Support Ukraine

Russia, shame on you! The world will remember that.

Welcome to NBomber Blog

NBomber

NBomber.Cluster

  • [Fixed] Added auto reconnection for NATS clients on initialization phase
  • [Fixed] Coordinator should wait forever when MinAgentsCount is specified but not satisfied
  • [Fixed] Coordiantor fails in case when only EmptyScenario defined in TargetScenarios

New Contributors

Full Changelog: v4.1.0...v4.1.2

NBomber v4.1.0

28 Feb 04:24
Compare
Choose a tag to compare

NBomber v4.1.0-beta.1

14 Feb 11:37
Compare
Choose a tag to compare

NBomber v4.0.0-rc

29 Dec 17:07
Compare
Choose a tag to compare

NBomber v4.0.0-beta8

NBomber v4.0.0-beta7

05 Dec 20:23
Compare
Choose a tag to compare

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