From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../webkit/PerformanceTests/StyleBench/index.html | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 third_party/webkit/PerformanceTests/StyleBench/index.html (limited to 'third_party/webkit/PerformanceTests/StyleBench/index.html') diff --git a/third_party/webkit/PerformanceTests/StyleBench/index.html b/third_party/webkit/PerformanceTests/StyleBench/index.html new file mode 100644 index 0000000000..83dc2345a1 --- /dev/null +++ b/third_party/webkit/PerformanceTests/StyleBench/index.html @@ -0,0 +1,79 @@ + + + + + StyleBench 0.3 + + + + + + + + + +
+ + +
+

+ StyleBench is a browser benchmark that measures the performance of the style resolution mechanism. +

+

+ Your browser window is too small. For most accurate results, please make the viewport size at least 850px by 650px.
+ It's currently . +
+

+ +
+

About StyleBench

+
+ +
+
+
+
+
+ +
+

Runs / Minute

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

Detailed Results

+
+
+
+
+ + +
+

About StyleBench

+
+ +
+

About StyleBench

+ +

StyleBench tests performance of CSS style resolution and style invalidation. Each test run creates a large document and a large stylesheet using varying settings. It then applies a series of mutations to the document and measures the time to update the rendering. The resulting layout is simple, most of the pressure is on selector matching.

+ +

StyleBench uses Speedometer framework for UI and measurements.

+
+
+

Access via 'file:' protocol

+

To run locally, launch a web server under PerformanceTests directory with 'python -m SimpleHTTPServer 8001' and access via http://localhost:8001/StyleBench. +

+

+ Individual tests (without measurement) can also be run locally by opening PerformanceTests/StyleBench/resources/style-bench.html +

+
+
+ + -- cgit v1.2.3