engines
Taurus
Taurus is an open-source automation-friendly test runner format that can orchestrate tools such as JMeter and other performance engines.
Also known as: bzt
Definition
Taurus is a YAML-driven test automation tool often used to make performance tests easier to run in CI and shared environments.
In Maxoperf
Maxoperf supports Taurus as one of the test engine paths for teams that want scenario configuration to live as readable files, alongside JMeter and k6 workflows.
Common pitfalls
- Hiding too much logic in included files without documenting the entrypoint.
- Assuming a valid YAML file is a useful load profile; thresholds, data, and target safety still need review.
FAQ
Why use Taurus for load testing?
Taurus gives teams a YAML-based way to describe performance tests and can wrap familiar engines in a repeatable automation format.
Does Maxoperf only support Taurus?
No. Maxoperf is built around Taurus, JMeter, and k6 paths, with test configuration validation depending on the uploaded entrypoint.