Skip to content
Snippets Groups Projects
Commit f31fa898 authored by catch's avatar catch Committed by Adam G-H
Browse files

Issue #3497996 by catch: Update performance tests for new Coffee release

parent 284bfd72
Branches
Tags
No related merge requests found
Pipeline #389034 passed
......@@ -86,12 +86,12 @@ class PerformanceTest extends PerformanceTestBase {
// @todo assert individual queries once Coffee does not result in an
// additional AJAX request on every request.
// @see https://www.drupal.org/project/coffee/issues/2453585
$this->assertSame(44, $performance_data->getQueryCount());
$this->assertSame(188, $performance_data->getCacheGetCount());
$this->assertSame(11, $performance_data->getQueryCount());
$this->assertSame(111, $performance_data->getCacheGetCount());
$this->assertSame(0, $performance_data->getCacheSetCount());
$this->assertSame(0, $performance_data->getCacheDeleteCount());
$this->assertSame(0, $performance_data->getCacheTagChecksumCount());
$this->assertSame(83, $performance_data->getCacheTagIsValidCount());
$this->assertSame(33, $performance_data->getCacheTagIsValidCount());
$this->assertSame(0, $performance_data->getCacheTagInvalidationCount());
$this->assertSame(3, $performance_data->getStylesheetCount());
$this->assertSame(3, $performance_data->getScriptCount());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment