Issue #3417989 by catch: Add ranges to more performance test assertions
parent
e03d3ec549
commit
110c3f055d
|
@ -36,7 +36,7 @@ class OpenTelemetryAuthenticatedPerformanceTest extends PerformanceTestBase {
|
|||
$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());
|
||||
|
|
Loading…
Reference in New Issue