We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52deea2 commit b6c2a01Copy full SHA for b6c2a01
1 file changed
extras/taurus/tests/test.yml
@@ -22,12 +22,17 @@ scenarios:
22
- url: http://host.docker.internal:8080/
23
method: GET
24
25
-settings:
26
- artifacts-dir: /output
+#settings:
+# artifacts-dir: /output
27
28
reporting:
29
- module: console
30
- module: final-stats
31
summary: true
32
# - module: junit-xml
33
# filename: /output/results.xml
34
+
35
+monitoring:
36
+ - module: local
37
+ cpu: true
38
+ memory: true
0 commit comments