Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit d8c2b37

Browse files
committed
Remove tagging from the example script
1 parent 95f025a commit d8c2b37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ export const options = {
66
thresholds: {
77
'http_reqs{expected_response:true}': ['rate>10'],
88
},
9-
// Adding a tag to distinguish discrete test runs
10-
tags: {
11-
testid: `testrun-${Date.now()}`,
12-
}
139
};
1410

1511
export default function () {

0 commit comments

Comments
 (0)