settings:
default-executor: jmeter
provisioning: cloud
execution:
- concurrency: 30
hold-for: 25m
ramp-up: 0m
scenario: test1
locations:
us-west-1: 30
files:
- config.csv
scenarios:
test1:
script: Test.jmx
modules:
blazemeter:
test: "Test Name"
project: "Project Name"
token:
timeout: 7s
check-interval: 10s
send-interval: 30s
timeout: 30sreporting:
- module: passfail
run-at: cloud
criteria:
- fail>0, stop as failed15:18:40 INFO: Test duration: 0:22:44
15:18:40 INFO: Samples count: 2835, 0.21% failures
15:18:40 INFO: Average times: total 1.185, latency 1.098, connect 0.000
...
15:18:40 INFO: Done performing with code: 0execution: - concurrency: 3 ramp-up: 90s hold-for: 2m scenario: simple locations: us-west-1: 1
scenarios: simple: default-address: https://nekcchamber.com/ think-time: 2s # global requests: - /
provisioning: local
reporting: - module: passfail run-at: cloud criteria: - avg-rt>100ms for 10s, stop as failed - module: passfail run-at: local criteria: - avg-rt>1s for 10s, stop as failed
modules: blazemeter: token: '******:**************' # API id and API secret divided by : timeout: 10s # BlazeMeter API client timeout project: demo test: taurus-demo report-name: taurus-demo-001 browser-open: none # auto-open browser on test start/end/both/none check-interval: 5s # interval which Taurus uses to query test status from BlazeMeter public-report: false # make test report public, disabled by default send-report-email: false # send report email once test is finished, disabled by default request-logging-limit: 10240 # use this to dump more of request/response data into logs, for debugging