Skip to content

Commit 8012373

Browse files
committed
Removed deprecated experimental crypto package
1 parent da8c284 commit 8012373

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

performance-testing/uid2-operator/k6-identity-map.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
import { crypto } from "k6/experimental/webcrypto";
31
import encoding from 'k6/encoding';
42
import { check } from 'k6';
53
import http from 'k6/http';

performance-testing/uid2-operator/k6-token-generate-refresh-identitymap-keysharing.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
import { crypto } from "k6/experimental/webcrypto";
31
import encoding from 'k6/encoding';
42
import { check } from 'k6';
53
import http from 'k6/http';

performance-testing/uid2-operator/k6-token-generate-refresh-identitymap.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
import { crypto } from "k6/experimental/webcrypto";
31
import encoding from 'k6/encoding';
42
import { check } from 'k6';
53
import http from 'k6/http';

performance-testing/uid2-operator/k6-token-generate.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
import { crypto } from "k6/experimental/webcrypto";
31
import encoding from 'k6/encoding';
42
import { check } from 'k6';
53
import http from 'k6/http';

performance-testing/uid2-operator/k6-uid2-operator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import {crypto} from "k6/experimental/webcrypto";
21
import encoding from 'k6/encoding';
32
import {check} from 'k6';
43
import http from 'k6/http';

0 commit comments

Comments
 (0)