Loading core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading Loading
core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading