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

merge-requests/6439/head
Dave Long 2024-02-03 18:44:52 +00:00
parent e03d3ec549
commit 110c3f055d
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 1 additions and 1 deletions

View File

@ -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());