Onit benchmark
onit benchmark
Run benchmarks on Kubernetes
Synopsis
Run benchmarks on Kubernetes
onit benchmark [flags]
Options
-a, --arg stringToString a mapping of named benchmark arguments (default []) -b, --benchmark string the name of the benchmark to run -h, --help help for benchmark -i, --image string the benchmark image to run --image-pull-policy string the Docker image pull policy (default "IfNotPresent") --no-teardown do not tear down clusters following tests -p, --parallel int the number of concurrent goroutines per client (default 1) -n, --requests int the number of requests to run (default 1) --set stringToString cluster argument overrides (default []) -s, --suite string the benchmark suite to run --timeout duration benchmark timeout (default 10m0s) -w, --workers int the number of workers to run (default 1)
Options inherited from parent commands
-c, --cluster string the cluster on which to execute the command -v, --verbose Enable verbose output
SEE ALSO
- onit - Setup test clusters and run integration tests on Kubernetes