diff --git a/src/NBomber/NBomber.fsproj b/src/NBomber/NBomber.fsproj index b335ae33..f2438302 100644 --- a/src/NBomber/NBomber.fsproj +++ b/src/NBomber/NBomber.fsproj @@ -3,7 +3,7 @@ netstandard2.0 Anton Moldovan NBomber - 3.0.1 + 3.1.0 NBomber@2022 true snupkg @@ -15,6 +15,13 @@ Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push). true true + - cosmetic changes for console progress bar +- changed default step timeout from 1 sec to 5 sec +- refactored scheduling scenarios to use one single timer +- added functionality to stop test execution when too many fails +- fixed minor console bug with rendering progress bar for warm up +- when it jumped before starting bombing +- fixed #480, added C# API Step.Create overload