@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.
@@ -608,8 +608,12 @@ var TestCaseFhirQueryBase = class extends TestCaseFhirBase {
608
608
  else if (diff <= 10) this.runner.instrumentData.duration10++;
609
609
  else if (diff <= 20) this.runner.instrumentData.duration20++;
610
610
  else if (diff <= 30) this.runner.instrumentData.duration30++;
611
+ else if (diff <= 40) this.runner.instrumentData.duration40++;
611
612
  else if (diff <= 50) this.runner.instrumentData.duration50++;
613
+ else if (diff <= 60) this.runner.instrumentData.duration60++;
614
+ else if (diff <= 80) this.runner.instrumentData.duration80++;
612
615
  else if (diff <= 100) this.runner.instrumentData.duration100++;
616
+ else if (diff <= 120) this.runner.instrumentData.duration120++;
613
617
  else if (diff <= 150) this.runner.instrumentData.duration150++;
614
618
  else if (diff <= 250) this.runner.instrumentData.duration250++;
615
619
  else if (diff <= 500) this.runner.instrumentData.duration500++;