Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Zhang <peter@innocraft.com>2022-01-07 18:35:17 +0300
committerGitHub <noreply@github.com>2022-01-07 18:35:17 +0300
commit21c3e782d4f965ef0deef365bbac91b2036694e4 (patch)
tree321a717e9ea5b295f36a772a0f1f3833a55647a1 /tests
parentfc28acca2ca93d379fb0558f742ed874261ab732 (diff)
update Performance Report Average Load Time query (#18526)
* Update Archiver.php update mysql query that return right load time * Update Archiver.php remove specialist code * Update Archiver.php update archiver sum query * Update test_ImportLogs__PagePerformance.get_month.xml update tests xml * try having condition try having condition * update some avg_page update some avg_page * Update test_TwoVisitors_twoWebsites_differentDays_schedrep_html_tables_only__ScheduledReports.generateReport_month.original.html update html test * update html and pdf tests update html and pdf tests * revert having to where revert having to where * Update plugins/PagePerformance/Archiver.php Co-authored-by: Stefan Giehl <stefan@matomo.org> * updates expected test files Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__PagePerformance.get_month.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__PagePerformance.get_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__PagePerformance.get_month.xml
index eb284626c9..91a1eb3ecd 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__PagePerformance.get_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__PagePerformance.get_month.xml
@@ -6,5 +6,5 @@
<avg_time_dom_processing>0</avg_time_dom_processing>
<avg_time_dom_completion>0</avg_time_dom_completion>
<avg_time_on_load>0</avg_time_on_load>
- <avg_page_load_time>0</avg_page_load_time>
+ <avg_page_load_time>0.19</avg_page_load_time>
</result> \ No newline at end of file