Skip to content

Commit

Permalink
version v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Sep 21, 2022
1 parent 2fe1a39 commit 25277e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 3 additions & 1 deletion src/NBomber/DomainServices/TestHost/TestHost.fs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ type internal TestHost(dep: IGlobalDependency,
dep.ReportingSinks |> ReportingSinks.start _log

use cancelToken = new CancellationTokenSource()
schedulers |> TestHostConsole.LiveStatusTable.display cancelToken.Token isWarmUp

if dep.ApplicationType = ApplicationType.Console then
schedulers |> TestHostConsole.LiveStatusTable.display cancelToken.Token isWarmUp

if reportingManager.IsSome then reportingManager.Value.Start()

Expand Down
10 changes: 2 additions & 8 deletions src/NBomber/NBomber.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Anton Moldovan</Authors>
<Company>NBomber</Company>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
<Copyright>NBomber@2022</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand All @@ -15,13 +15,7 @@
<Description>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).</Description>
<ServerGarbageCollection>true</ServerGarbageCollection>
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
<PackageReleaseNotes>- 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</PackageReleaseNotes>
<PackageReleaseNotes>- added live status update for console</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down

0 comments on commit 25277e8

Please sign in to comment.