@nsshunt/ststestrunner 1.0.59 → 1.0.60
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
|
@@ -12812,6 +12812,10 @@ class TestCaseFhirBase {
|
|
|
12812
12812
|
}
|
|
12813
12813
|
console.log(`Finished load for VU: [${VU}]`);
|
|
12814
12814
|
console.log(chalk$1.magenta(`StartTestDataLoad(): End`));
|
|
12815
|
+
console.log(__privateGet(this, _randomDataRecordset));
|
|
12816
|
+
console.log(__privateGet(this, _randomDataRecordset).length);
|
|
12817
|
+
console.log(VU);
|
|
12818
|
+
await Sleep(1e4);
|
|
12815
12819
|
});
|
|
12816
12820
|
__privateAdd(this, _ForcePublishTelemetryData2, async () => {
|
|
12817
12821
|
await __privateGet(this, _PublishTelemetryData2).call(this);
|