Skip to content

Commit b44a151

Browse files
committed
Updated operator app version to include load test in suffix
1 parent 20cb93f commit b44a151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

performance-testing/uid2-core/k6-test-core-ramping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const CORE_API_TOKEN = "UID2-O-L-999-dp9Dt0.JVoGpynN4J8nMA7FxmzsavxJa8B9H74y9xdE
44
const CORE_BASE_URL = 'http://localhost:8088';
55

66
const AUTH_HEADERS = { headers: { 'Authorization': `Bearer ${CORE_API_TOKEN}` }};
7-
const HEADERS = { headers: { ...AUTH_HEADERS.headers, 'X-UID2-AppVersion': 'uid2-operator=0.0.0' }};
7+
const HEADERS = { headers: { ...AUTH_HEADERS.headers, 'X-UID2-AppVersion': 'uid2-operator=0.0.0-local-load-test' }};
88

99
const STAGE_DURATION = '120s';
1010
const STAGE_LOAD_MULTIPLIER = [

performance-testing/uid2-core/k6-test-core-static.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const CORE_API_TOKEN = "UID2-O-L-999-dp9Dt0.JVoGpynN4J8nMA7FxmzsavxJa8B9H74y9xdE
44
const CORE_BASE_URL = 'http://localhost:8088';
55

66
const AUTH_HEADERS = { headers: { 'Authorization': `Bearer ${CORE_API_TOKEN}` }};
7-
const HEADERS = { headers: { ...AUTH_HEADERS.headers, 'X-UID2-AppVersion': 'uid2-operator=0.0.0' }};
7+
const HEADERS = { headers: { ...AUTH_HEADERS.headers, 'X-UID2-AppVersion': 'uid2-operator=0.0.0-local-load-test' }};
88

99
const DURATION = '1m';
1010
const RATE_MULTIPLIER = 10;

0 commit comments

Comments
 (0)