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
including calls to [`handleSummary()`](https://grafana.com/docs/k6/<K6_VERSION>/results-output/end-of-test/custom-summary) and `--summary-export`.
791
800
@@ -1199,6 +1208,12 @@ See an example file on the [Results Output](https://grafana.com/docs/k6/<K6_VERS
1199
1208
1200
1209
## Summary mode
1201
1210
1211
+
{{< admonition type="warning" >}}
1212
+
1213
+
The `legacy` mode is deprecated since v1.3.0 and its support will be completely removed by v2.0.
1214
+
1215
+
{{< /admonition >}}
1216
+
1202
1217
Define how detailed the [end-of-test summary](https://grafana.com/docs/k6/<K6_VERSION>/results-output/end-of-test/) should be. Available in the `k6 run` command.
1203
1218
1204
1219
| Env | CLI | Code / Config file | Default |
@@ -1216,12 +1231,35 @@ The following modes are available:
1216
1231
- Detailed metrics for each protocol-specific category
1217
1232
- Group-specific results
1218
1233
- Scenario-specific results
1219
-
-**legacy**: Uses the pre-v1.0.0 summary format for backward compatibility
1234
+
-**disabled**: Completely disables the summary generation, including:
1235
+
- Calls to [`handleSummary()`](https://grafana.com/docs/k6/<K6_VERSION>/results-output/end-of-test/custom-summary)
1236
+
- The use of `--summary-export`
1237
+
-**legacy** (*deprecated*): Uses the pre-v1.0.0 summary format for backward compatibility
0 commit comments