Loading core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -88,9 +88,8 @@ public function testLogin(): void { 'dynamic_page_cache' => 2, ], 'CacheDeleteCount' => 0, 'CacheTagChecksumCount' => 3, 'CacheTagIsValidCount' => 30, 'CacheTagInvalidationCount' => 0, 'CacheTagLookupQueryCount' => 20, 'ScriptCount' => 2, 'ScriptBytes' => 215500, 'StylesheetCount' => 1, Loading core/modules/navigation/tests/src/FunctionalJavascript/TopBarPerformanceTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,6 @@ public function testTopBarPerformance(): void { 'CacheGetCount' => $performance_data_before_top_bar->getCacheGetCount(), 'CacheSetCount' => $performance_data_before_top_bar->getCacheSetCount(), 'CacheDeleteCount' => $performance_data_before_top_bar->getCacheDeleteCount(), 'CacheTagChecksumCount' => $performance_data_before_top_bar->getCacheTagChecksumCount(), 'CacheTagIsValidCount' => $performance_data_before_top_bar->getCacheTagIsValidCount(), 'CacheTagInvalidationCount' => $performance_data_before_top_bar->getCacheTagInvalidationCount(), ], $performance_data_after_top_bar); } Loading core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -61,8 +61,6 @@ public function testFrontPageAuthenticatedWarmCache(): void { ], 'CacheSetCount' => 0, 'CacheDeleteCount' => 0, 'CacheTagChecksumCount' => 0, 'CacheTagIsValidCount' => 10, 'CacheTagInvalidationCount' => 0, 'CacheTagLookupQueryCount' => 2, 'ScriptCount' => 1, Loading core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -73,8 +73,6 @@ protected function testFrontPageHotCache(): void { 'CacheGetCount' => 1, 'CacheSetCount' => 0, 'CacheDeleteCount' => 0, 'CacheTagChecksumCount' => 0, 'CacheTagIsValidCount' => 1, 'CacheTagInvalidationCount' => 0, 'CacheTagLookupQueryCount' => 1, 'ScriptCount' => 1, Loading core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,7 @@ protected function testNodePageHotCache(): void { 'CacheGetCount' => 1, 'CacheSetCount' => 0, 'CacheDeleteCount' => 0, 'CacheTagChecksumCount' => 0, 'CacheTagIsValidCount' => 1, 'CacheTagLookupQueryCount' => 1, ]; $this->assertMetrics($expected, $performance_data); } Loading Loading
core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -88,9 +88,8 @@ public function testLogin(): void { 'dynamic_page_cache' => 2, ], 'CacheDeleteCount' => 0, 'CacheTagChecksumCount' => 3, 'CacheTagIsValidCount' => 30, 'CacheTagInvalidationCount' => 0, 'CacheTagLookupQueryCount' => 20, 'ScriptCount' => 2, 'ScriptBytes' => 215500, 'StylesheetCount' => 1, Loading
core/modules/navigation/tests/src/FunctionalJavascript/TopBarPerformanceTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,6 @@ public function testTopBarPerformance(): void { 'CacheGetCount' => $performance_data_before_top_bar->getCacheGetCount(), 'CacheSetCount' => $performance_data_before_top_bar->getCacheSetCount(), 'CacheDeleteCount' => $performance_data_before_top_bar->getCacheDeleteCount(), 'CacheTagChecksumCount' => $performance_data_before_top_bar->getCacheTagChecksumCount(), 'CacheTagIsValidCount' => $performance_data_before_top_bar->getCacheTagIsValidCount(), 'CacheTagInvalidationCount' => $performance_data_before_top_bar->getCacheTagInvalidationCount(), ], $performance_data_after_top_bar); } Loading
core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -61,8 +61,6 @@ public function testFrontPageAuthenticatedWarmCache(): void { ], 'CacheSetCount' => 0, 'CacheDeleteCount' => 0, 'CacheTagChecksumCount' => 0, 'CacheTagIsValidCount' => 10, 'CacheTagInvalidationCount' => 0, 'CacheTagLookupQueryCount' => 2, 'ScriptCount' => 1, Loading
core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -73,8 +73,6 @@ protected function testFrontPageHotCache(): void { 'CacheGetCount' => 1, 'CacheSetCount' => 0, 'CacheDeleteCount' => 0, 'CacheTagChecksumCount' => 0, 'CacheTagIsValidCount' => 1, 'CacheTagInvalidationCount' => 0, 'CacheTagLookupQueryCount' => 1, 'ScriptCount' => 1, Loading
core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php +1 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,7 @@ protected function testNodePageHotCache(): void { 'CacheGetCount' => 1, 'CacheSetCount' => 0, 'CacheDeleteCount' => 0, 'CacheTagChecksumCount' => 0, 'CacheTagIsValidCount' => 1, 'CacheTagLookupQueryCount' => 1, ]; $this->assertMetrics($expected, $performance_data); } Loading