@nsshunt/ststestrunner 1.1.79 → 1.1.80

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.
@@ -585,8 +585,12 @@ var TestCaseFhirQueryBase = class extends TestCaseFhirBase {
585
585
  else if (diff <= 10) this.runner.instrumentData.duration10++;
586
586
  else if (diff <= 20) this.runner.instrumentData.duration20++;
587
587
  else if (diff <= 30) this.runner.instrumentData.duration30++;
588
+ else if (diff <= 40) this.runner.instrumentData.duration40++;
588
589
  else if (diff <= 50) this.runner.instrumentData.duration50++;
590
+ else if (diff <= 60) this.runner.instrumentData.duration60++;
591
+ else if (diff <= 80) this.runner.instrumentData.duration80++;
589
592
  else if (diff <= 100) this.runner.instrumentData.duration100++;
593
+ else if (diff <= 120) this.runner.instrumentData.duration120++;
590
594
  else if (diff <= 150) this.runner.instrumentData.duration150++;
591
595
  else if (diff <= 250) this.runner.instrumentData.duration250++;
592
596
  else if (diff <= 500) this.runner.instrumentData.duration500++;