File: values.yaml

package info (click to toggle)
python-azure 20250603%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 851,724 kB
  • sloc: python: 7,362,925; ansic: 804; javascript: 287; makefile: 195; sh: 145; xml: 109
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"