Verified Commit 110c3f05 authored by Dave Long's avatar Dave Long
Browse files

Issue #3417989 by catch: Add ranges to more performance test assertions

parent e03d3ec5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public function testFrontPageAuthenticatedWarmCache(): void {
      $this->drupalGet('<front>');
    }, 'authenticatedFrontPage');
    $this->assertGreaterThanOrEqual(15, $performance_data->getQueryCount());
    $this->assertLessThanOrEqual(16, $performance_data->getQueryCount());
    $this->assertLessThanOrEqual(17, $performance_data->getQueryCount());
    $this->assertSame(45, $performance_data->getCacheGetCount());
    $this->assertSame(0, $performance_data->getCacheSetCount());
    $this->assertSame(0, $performance_data->getCacheDeleteCount());