Skip to content

Releases: PragmaticFlow/NBomber

v3.0.0-beta.10

16 Jun 16:26
Compare
Choose a tag to compare

NBomber

NBomber Cluster

  • Added MsgPack serialization + LZ4 compression for streaming stats from Agents

  • Fixed NBomber scenario stats showing incorrect ramp_constant, instead of the configured inject_per_sec

  • Increased default timeout to discover all available agents, it's now = 5 sec

  • Fixed bug with displaying and waiting on WarmUp for scenario started only on Agent

  • Added ability to run coordinator without any scenarios to balance the load for a coordinator in the cluster with many agents and very load intensive scenarios. For this you should set empty array "TargetScenarios": []

    "ClusterSettings": {
        "Coordinator": {
            "ClusterId": "test_cluster",
            "NATSServerURL": "my-nats",
            "TargetScenarios": [],
            "Agents": [
                { "AgentGroup": "1", "TargetScenarios": ["scenario_2"] }
            ]
        }
    },

v2.1.2

v2.1.1

15 Oct 02:24
Compare
Choose a tag to compare

v2.1.0

v2.0.4

11 Jul 04:16
Compare
Choose a tag to compare

v2.0.3

v2.0.2

31 May 05:59
Compare
Choose a tag to compare

fixed bug with thread safety for circular data feed

v2.0.1

24 May 10:57
86dfcab
Compare
Choose a tag to compare