File: values.yaml

package info (click to toggle)
python-azure 20230112%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 749,544 kB
  • sloc: python: 6,815,827; javascript: 287; makefile: 195; xml: 109; sh: 105
file content (16 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (3)
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"