github PragmaticFlow/NBomber v3.0.0-beta.11
NBomber v3.0.0-beta.11

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

NBomber

NBomber.Sinks.InfluxDB

NBomber.Cluster

  • Added optional config setting MinAgentsCount for the Coordinator JSON config file. It allows setting a minimum count of agents that the coordinator will wait to start the session
    "ClusterSettings": {
        "Coordinator": {
            "ClusterId": "test_cluster",
            "NATSServerURL": "nats://localhost",
            "TargetScenarios": ["test_scenario"],
            "Agents": [
                { "AgentGroup": "1", "TargetScenarios": ["test_scenario"] }
            ],
            "MinAgentsCount": 5
        }
    }
  • Added functionality to load JSON configuration by HTTP URL
let url = "http://config.com/json_file_path"

Scenario.create "scenario_1" [step1; step2]
|> NBomberClusterRunner.registerScenario
|> NBomberClusterRunner.loadConfig url

Don't miss a new NBomber release

NewReleases is sending notifications on new releases.