fix errors

Signed-off-by: Мария Малыгина <m.malygina@yadro.com>
This commit is contained in:
Мария Малыгина 2023-07-18 12:58:46 +03:00
parent 9e5dfc588e
commit 87f5f771bc

View file

@ -40,10 +40,6 @@ const write_vu_count = parseInt(__ENV.WRITERS || '0');
// write parts in parallel
const write_multipart_vu_count = parseInt(__ENV.WRITERS_MULTIPART || '0');
if (write_vu_count < 1) {
throw 'number of VUs performing write operations should be greater than 0';
}
if (write_multipart_vu_count < 1) {
throw 'number of parts to upload in parallel should be greater than 0';
}