forked from TrueCloudLab/xk6-frostfs
[#23] Remove invalid variable from http scenario
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
37e27f6791
commit
7875aa9c02
1 changed files with 1 additions and 1 deletions
|
@ -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}`);
|
||||
|
|
Loading…
Reference in a new issue