We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364cfff commit 33c3fe7Copy full SHA for 33c3fe7
tests/performance/consumer/client.js
@@ -5,7 +5,7 @@ import {
5
ODS_CODE,
6
} from "../constants.js";
7
import http from "k6/http";
8
-import { check, fail } from "k6";
+import { check } from "k6";
9
10
function getHeaders(odsCode = ODS_CODE) {
11
return {
tests/performance/producer/client.js
@@ -7,7 +7,7 @@ import {
POINTER_DOCUMENTS,
POINTERS_TO_DELETE,
import { randomItem } from "https://jslib.k6.io/k6-utils/1.2.0/index.js";
12
import { crypto } from "k6/experimental/webcrypto";
13
import { createRecord } from "../setup.js";
0 commit comments