From 924fcecf8dd06a5c26a53684f804ee98e3d5d5e8 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Thu, 11 Jul 2024 15:57:34 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20whitespace=20changes=20to=20reduce=20d?= =?UTF-8?q?iff=20and=20be=20able=20to=20see=20what=E2=80=99s=20changed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Marr --- src/backend/compare/html/index.html | 266 +++++++++++++--------------- 1 file changed, 127 insertions(+), 139 deletions(-) diff --git a/src/backend/compare/html/index.html b/src/backend/compare/html/index.html index 37eb8cc7..9e208fe4 100644 --- a/src/backend/compare/html/index.html +++ b/src/backend/compare/html/index.html @@ -1,6 +1,5 @@ - ReBenchDB for {%= it.project %}: Comparing {%= it.baselineHash6 %} with {%= it.changeHash6 %} @@ -11,153 +10,142 @@ - - - - - - - -
-
-

ReBenchDB for {%= it.project %}

- {% if (it.revisionFound) { %} -

Comparing {%= - it.baselineHash6%} with {%= it.changeHash6%}

- {% } else { %} -

Comparing {%= it.baselineHash6%} with {%= it.changeHash6 %}

- {% } %} -
+ + + + + + +
+
+

ReBenchDB for {%= it.project %}

+ {% if (it.revisionFound) { %} +

Comparing {%= it.baselineHash6%} with {%= it.changeHash6%}

+ {% } else { %} +

Comparing {%= it.baselineHash6%} with {%= it.changeHash6%}

+ {% } %} +
- {%- include('refresh-menu.html', it) %} -
+{%- include('refresh-menu.html', it) %} +
-
-
- - -
-
+
+
+ +
+
+
+ + +{% if (!it.revisionFound) { %} + +{% } %} + +{% if (it.revisionFound) { %} +
+

Version Details

+
+
Baseline
+
+ {%= it.baselineHash6%} {%= it.base.branchortag%}
+ {%= it.base.authorname%} +
{%= it.base.commitmessage%}
+ + {%= it.base.name%} +
+
Change
+
+ {%= it.changeHash6%} {%= it.change.branchortag%}
+ {%= it.change.authorname%} +
{%= it.change.commitmessage%}
+ + {%= it.change.name%} +
+
Significant Change
+
+ + +
+
+
+ + +
+ +{%- include('navigation.html', it.navigation) %} + +
+ + {%- include('stats-summary.html', { + ...it.stats.acrossVersions.summary, + dataFormatters: it.dataFormatters, + config: it.config + }) %} + + {% if (it.notInBoth) { %} +

Changes in Benchmark Set

+ + + + + + + + + + + + + + + {% for (const m of it.stats.acrossVersions.missing) { %} + + + + + + + + + + + {% } %} + +
CommitExecutorSuiteBenchmarkVariable ValuesCoresInput SizeExtra Arguments
{%= m.commitId.substring(0, 6) %}{%= m.e %}{%= m.s %}{%= m.b %}{%= m.v %}{%= m.c %}{%= m.i %}{%= m.ea %}
+

Show More

- - {% if (!it.revisionFound) { %} - {% } %} - {% if (it.revisionFound) { %} -
-

Version Details

-
-
Baseline
-
- {%= - it.baselineHash6%} {%= it.base.branchortag%}
- {%= it.base.authorname%} -
{%= it.base.commitmessage%}
- - {%= it.base.name%} -
-
Change
-
- {%= - it.changeHash6%} {%= it.change.branchortag%}
- {%= it.change.authorname%} -
{%= it.change.commitmessage%}
- - {%= it.change.name%} -
-
Significant Change
-
-
- - -
-
-
-
+ {%- include('compare-versions.html', {...it.stats, config: it.config}) %} + {% if (it.hasExeComparison) { + %}{%- include('compare-exes.html', {...it.stats, config: it.config}) %}{% + } + %} -
-
- - {%- include('navigation.html', it.navigation) %} - -
- - {%- include('stats-summary.html', { - ...it.stats.acrossVersions.summary, - dataFormatters: it.dataFormatters, - config: it.config - }) %} - - {% if (it.notInBoth) { %} -

Changes in Benchmark Set

- - - - - - - - - - - - - - - {% for (const m of it.stats.acrossVersions.missing) { %} - - - - - - - - - - - {% } %} - -
CommitExecutorSuiteBenchmarkVariable ValuesCoresInput SizeExtra Arguments
{%= m.commitId.substring(0, 6) %}{%= m.e %}{%= m.s %}{%= m.b %}{%= m.v %}{%= m.c %}{%= m.i %}{%= m.ea %}
-

Show More

- - {% } %} - - {%- include('compare-versions.html', {...it.stats, config: it.config}) %} - - {% if (it.hasExeComparison) { - %}{%- include('compare-exes.html', {...it.stats, config: it.config}) %}{% - } - %} - -
-
-
+
+
{% } /* if (it.revisionFound) */ %} - - \ No newline at end of file +