From e73d801126b0aa1ded9b67bb0cce127908967b9b Mon Sep 17 00:00:00 2001 From: "m.malygina" Date: Thu, 20 Jun 2024 14:30:08 +0300 Subject: [PATCH] add logs to delete Signed-off-by: m.malygina --- scenarios/s3_dar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scenarios/s3_dar.js b/scenarios/s3_dar.js index 45e3bec..c7cbe29 100644 --- a/scenarios/s3_dar.js +++ b/scenarios/s3_dar.js @@ -139,8 +139,9 @@ export function setup() { } export function teardown(data) { + console.log("Teardown") if (obj_registry) { - obj_registry.close(); + obj_registry.close() } const end_timestamp = Date.now() console.log(