diff --git a/tests/performance/benchmarks/benchmark.css b/tests/performance/benchmarks/benchmark.css new file mode 100644 index 0000000..1d026f9 --- /dev/null +++ b/tests/performance/benchmarks/benchmark.css @@ -0,0 +1,9 @@ +body +{ + text-align: center; + background-color: gray; + color: white; + padding: 0; + margin: 20px; + font-family: sans-serif; +} diff --git a/tests/performance/benchmarks/benchmark.js b/tests/performance/benchmarks/benchmark.js index c221403..ce4fd0b 100644 --- a/tests/performance/benchmarks/benchmark.js +++ b/tests/performance/benchmarks/benchmark.js @@ -398,21 +398,5 @@ function create_dom_elements() mainContainer.appendChild(infoLabel); } - document.body.style.cssText = ` - text-align: center; - background-color: gray; - color: white; - padding: 0; - margin: 20px; - font-family: sans-serif; - `; - - return; -} - -function remove_canvas() -{ - document.getElementById(canvasId).remove(); - return; } diff --git a/tests/performance/benchmarks/quake-1-e1m1-light.html b/tests/performance/benchmarks/quake-1-e1m1-light.html index e34b5b1..38d6bff 100644 --- a/tests/performance/benchmarks/quake-1-e1m1-light.html +++ b/tests/performance/benchmarks/quake-1-e1m1-light.html @@ -3,6 +3,7 @@ + Benchmark - Quake 1 (E1M1) with lighting - Retro n-gon renderer diff --git a/tests/performance/benchmarks/quake-1-e1m1.html b/tests/performance/benchmarks/quake-1-e1m1.html index 1cff360..5ace870 100644 --- a/tests/performance/benchmarks/quake-1-e1m1.html +++ b/tests/performance/benchmarks/quake-1-e1m1.html @@ -3,6 +3,7 @@ + Benchmark - Quake 1 (E1M1) - Retro n-gon renderer