@nsshunt/ststestrunner 1.1.18 → 1.1.19
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.
package/dist/ststestrunner.mjs
CHANGED
|
@@ -485,7 +485,7 @@ var TestCaseFhirQueryBase = class extends TestCaseFhirBase {
|
|
|
485
485
|
}
|
|
486
486
|
};
|
|
487
487
|
ExecuteRunner = async () => {
|
|
488
|
-
if (this.runner.iteration % 100 === 0) this.Debug(`${this.runner.options.testType} -->> Iteration: ${this.runner.options.description} ${this.runner.iteration}`);
|
|
488
|
+
if (this.runner.iteration % 100 === 0) this.Debug(`${this.runner.options.testType}:${this.runner.workerManagerId} -->> Iteration: ${this.runner.options.description} ${this.runner.iteration}`);
|
|
489
489
|
const start = performance.now();
|
|
490
490
|
this.runner.instrumentData.activeRequestCount++;
|
|
491
491
|
this.#CheckResetClient();
|