@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.
|
@@ -2491,6 +2491,8 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
2491
2491
|
eventDate: /* @__PURE__ */ new Date(),
|
|
2492
2492
|
runner: { ...runner }
|
|
2493
2493
|
});
|
|
2494
|
+
runnerEx.instrumentData = { ...runner.instrumentData };
|
|
2495
|
+
runnerEx.iteration = runner.iteration;
|
|
2494
2496
|
__privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): Worker: [${workerEx.id}] Runner: [${runner.id}]`);
|
|
2495
2497
|
__privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner iteration (payload): [${runner.iteration}]`);
|
|
2496
2498
|
__privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner instrumentData.requestCount (payload): [${runner.instrumentData.requestCount}]`);
|