Skip to content
Snippets Groups Projects

Adjust Benchmark Definitions for Operator

Merged Sören Henning requested to merge adjust-benchmark-def-for-operator into theodolite-kotlin
2 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
2
# Defining a Benchmark
Please note that to simply run a benchmark, it is not required to define one. Theodolite comes with a set of benchmarks, which are ready to be executed. See the Benchmarks and Executions docs page to learn more about our distinction between benchmarks and executions.
* Create a benchmark for operator mode
* Create a benchmark for standalone mode
* Deploy a benchmark
@@ -12,6 +18,8 @@
## Creating a benchmark for standalone mode
Creating a benchmark in standalone mode is similar to operator mode. However,
Loading