@nsshunt/ststestrunner 1.1.18 → 1.1.20

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.
@@ -508,7 +508,7 @@ var TestCaseFhirQueryBase = class extends TestCaseFhirBase {
508
508
  }
509
509
  };
510
510
  ExecuteRunner = async () => {
511
- if (this.runner.iteration % 100 === 0) this.Debug(`${this.runner.options.testType} -->> Iteration: ${this.runner.options.description} ${this.runner.iteration}`);
511
+ if (this.runner.iteration % 100 === 0) this.Debug(`${this.runner.options.testType}:${this.runner.workerManagerId} -->> Iteration: ${this.runner.options.description} ${this.runner.iteration}`);
512
512
  const start = performance.now();
513
513
  this.runner.instrumentData.activeRequestCount++;
514
514
  this.#CheckResetClient();