From 7875aa9c029250f8af3d6d074a356093a435839d Mon Sep 17 00:00:00 2001 From: Vladimir Domnich Date: Thu, 13 Oct 2022 16:36:13 +0400 Subject: [PATCH] [#23] Remove invalid variable from http scenario Signed-off-by: Vladimir Domnich --- scenarios/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/http.js b/scenarios/http.js index 863b779..558aaa3 100644 --- a/scenarios/http.js +++ b/scenarios/http.js @@ -55,7 +55,7 @@ export const options = { }; export function setup() { - const total_vu_count = write_vu_count + read_vu_count + delete_vu_count; + const total_vu_count = write_vu_count + read_vu_count; console.log(`Pregenerated containers: ${container_list.length}`); console.log(`Pregenerated read object size: ${read_size}`);