diff --git a/scenarios/s3longevity.js b/scenarios/s3longevity.js index 68021a9..d1e4a4a 100644 --- a/scenarios/s3longevity.js +++ b/scenarios/s3longevity.js @@ -49,7 +49,7 @@ if (!!__ENV.METRIC_TAGS) { const read_age = __ENV.READ_AGE ? parseInt(__ENV.READ_AGE) : 10; let obj_to_read_selector = undefined; if (registry_enabled) { - obj_to_read_selector = registry.getLoopedSelector( + obj_to_read_selector = registry.getSelector( //registry.getLoopedSelector( __ENV.REGISTRY_FILE, 'obj_to_read', __ENV.SELECTION_SIZE ? parseInt(__ENV.SELECTION_SIZE) : 0, { status : 'created',