Based on this post here.
I am looking to have our test run use the arguments --no-summary --no-thresholds.
I think I am setting it incorrectly since the summary report still ran at the end of the test, and the memory consumption was not reduced.
My yaml looks like this (removed sensitive information)
apiVersion: k6.io/v1alpha1
kind: TestRun
spec:
parallelism: 1
script:
configMap:
name: kafka-test
file: kafka-script.js
separate: false
runner:
arguments: --no-summary --no-thresholds
How can I set --no-summary --no-thresholds in my yaml.
Thank you!
Travis
1 post - 1 participant