1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
# Optional list of scenarios. If specified multiple stress test jobs will be generated,
# one for each scenario in the list. The pod spec can then be configured to pass the
# scenario name down to the test command, e.g. `command: ["node", "{{ .Scenario }}.js"]`
# scenarios:
# - "event-async"
# - "event-sync"
# - "batch-async"
# - "batch-sync"
# - "bufferedproducerlistsync"
# - "bufferedproducerasync"
# - "bufferedproducerlistasync"
# - "bufferedproducersync"
# - "syncwebsockets"
# - "asyncwebsockets"
# - "sync-batch-web"
# - "async-batch-web"
|