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: src/data/markdown/docs/05 Examples/02 Tutorials/01 Get started with k6/300 Analyze results.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ jq '. | select(.type == "Point" and .metric == "http_req_duration" and .data.tag
147
147
148
148
## Organize requests in groups
149
149
150
-
You can also organize your test logic into [Groups](/using-k6/tags-and-groups#groups). Test logic inside a `group` tags to all requests and metrics within its block.
150
+
You can also organize your test logic into [Groups](/using-k6/tags-and-groups#groups). Test logic inside a `group` tags all requests and metrics within its block.
151
151
Groups can help you organize the test as a series of logical transactions or blocks.
0 commit comments