github PragmaticFlow/NBomber v3.0.0-beta.10

latest releases: v5.8.2, v5.8.1, v5.8.0...
2 years ago

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"] }
            ]
        }
    },

Don't miss a new NBomber release

NewReleases is sending notifications on new releases.