You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testsuite/tests/performance/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ The performance test consists of two files:
20
20
## How to run?
21
21
To run the performance tests, you need to set up hyperfoil first.
22
22
The testsuite needs to have a hyperfoil controller accessible with URL. Each set of tests have preconfigured number of agents and its properties but this configuration can be overridden in configuration file by `shared_templates` definition.
23
-
Testsuites `setting.yaml` contains predefined settings for clustered hyperfoil.
23
+
Minimum required settings for clustered hyperfoil can be found in `settings.yaml.tpl`, in section labeled "hyperfoil".
24
+
24
25
25
26
### Configuration
26
27
@@ -38,8 +39,8 @@ Content of`shared_template` will be merged into each benchmark YAML definition.
38
39
* #### **Clustered hyperfoil**
39
40
The easiest way how to run performance tests is to use clustered hyperfoil.
40
41
41
-
Deploy by the [operator](https://hyperfoil.io/userguide/installation/k8s.html) or
0 commit comments