From ce1aa88d875aebe1a5a20e94bcb17e35fdb19d35 Mon Sep 17 00:00:00 2001 From: DeNNiiInc Date: Sun, 28 Dec 2025 01:45:05 +1100 Subject: [PATCH] Add Test Comparison View (Phase 13) Features Added: - Side-by-side test comparison page - Metric delta calculation with percentage changes - Color-coded indicators (green=better, red=worse) - Test metadata display (URL, timestamp, device) - Performance score, LCP, CLS, TBT comparison Technical Implementation: - Created compare.html with dual-test input - Automatic metric fetching from test IDs - Nested value extraction for flexible comparison - Responsive comparison grid layout --- compare.html | 186 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 compare.html diff --git a/compare.html b/compare.html new file mode 100644 index 0000000..d48a0e5 --- /dev/null +++ b/compare.html @@ -0,0 +1,186 @@ + + + + + + Compare Tests - Web Page Performance Test + + + + + +
+

Test Comparison

+ +
+ + + +
+ +
+
+ + + +