From afbf25234d34b7a0c1320fb1febb52106772e248 Mon Sep 17 00:00:00 2001 From: Nicolae Mogage Date: Mon, 19 Aug 2024 12:02:13 +0300 Subject: [PATCH] Change trent names --- k6/script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k6/script.js b/k6/script.js index c7d4adf0c..f470e3732 100644 --- a/k6/script.js +++ b/k6/script.js @@ -4,8 +4,8 @@ import { Trend } from 'k6/metrics'; const BASE_URL = 'http://localhost:3001'; -const tokensApiCallTrened = new Trend('tokens_api_call_trend', true); -const nodesApiCallTrened = new Trend('nodes_api_call_trend', true); +const tokensApiCallTrened = new Trend('tokens_http_req_duration', true); +const nodesApiCallTrened = new Trend('nodes_http_req_duration', true); export const options = { scenarios: { @@ -24,7 +24,7 @@ export const options = { exec: 'nodes', }, }, - discardResponseBodies: true, + // discardResponseBodies: true, }; export function tokens() {