Skip to content

Commit f745cb7

Browse files
committed
Assume prod port
1 parent 13e9786 commit f745cb7

File tree

1 file changed

+2
-1
lines changed
  • dotcom-rendering/scripts/perf/k6

1 file changed

+2
-1
lines changed

dotcom-rendering/scripts/perf/k6/k6.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { check } from 'k6';
22
import { SharedArray } from 'k6/data';
33
import http from 'k6/http';
44

5-
const PORT = 3030;
5+
// assume prod server
6+
const PORT = 9000;
67

78
/** @type {import('k6/data').SharedArray} */
89
const jsonPayload = new SharedArray('jsonPayload', function () {

0 commit comments

Comments
 (0)