@nsshunt/stsrunnerframework 1.0.88 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2489,6 +2489,8 @@ class STSWorkerManager {
2489
2489
  eventDate: /* @__PURE__ */ new Date(),
2490
2490
  runner: { ...runner }
2491
2491
  });
2492
+ runnerEx.instrumentData = { ...runner.instrumentData };
2493
+ runnerEx.iteration = runner.iteration;
2492
2494
  __privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): Worker: [${workerEx.id}] Runner: [${runner.id}]`);
2493
2495
  __privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner iteration (payload): [${runner.iteration}]`);
2494
2496
  __privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner instrumentData.requestCount (payload): [${runner.instrumentData.requestCount}]`);