Skip to content

Commit

Permalink
Revert whitespace changes to reduce diff and be able to see what’s ch…
Browse files Browse the repository at this point in the history
…anged

Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jul 11, 2024
1 parent b7fe862 commit b6ae99a
Showing 1 changed file with 20 additions and 24 deletions.
44 changes: 20 additions & 24 deletions src/backend/compare/html/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!doctype html>
<html lang="en">

<head>
<title>ReBenchDB for {%= it.project %}: Comparing {%= it.baselineHash6 %} with {%= it.changeHash6 %}</title>
<meta id="baseHash" value="{%= it.baselineHash %}">
Expand All @@ -11,28 +10,26 @@

<script src="/static/compare.js" type="module"></script>
</head>

<body class="compare timeline-multi">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="exclamation-triangle-fill" fill="currentColor" viewBox="0 0 16 16">
<path
d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
</symbol>
</svg>

<header>
<div class="jumbotron compare">
<h2>ReBenchDB for {%= it.project %}</h2>
{% if (it.revisionFound) { %}
<h3>Comparing <a href="{%= it.base.repourl%}/compare/{%= it.baselineHash%}...{%= it.changeHash%}">{%=
it.baselineHash6%} with {%= it.changeHash6%}</a></h3>
{% } else { %}
<h3>Comparing {%= it.baselineHash6%} with {%= it.changeHash6 %}</h3>
{% } %}
</div>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="exclamation-triangle-fill" fill="currentColor" viewBox="0 0 16 16">
<path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
</symbol>
</svg>

<header>
<div class="jumbotron compare">
<h2>ReBenchDB for {%= it.project %}</h2>
{% if (it.revisionFound) { %}
<h3>Comparing <a href="{%= it.base.repourl%}/compare/{%= it.baselineHash%}...{%= it.changeHash%}">{%=
it.baselineHash6%} with {%= it.changeHash6%}</a></h3>
{% } else { %}
<h3>Comparing {%= it.baselineHash6%} with {%= it.changeHash6 %}</h3>
{% } %}
</div>

{%- include('refresh-menu.html', it) %}
</header>
{%- include('refresh-menu.html', it) %}
</header>

<div class="collapse card-columns" id="filters">
<div>
Expand Down Expand Up @@ -143,7 +140,7 @@ <h3>Changes in Benchmark Set</h3>
</tbody>
</table>
<p class="collapsible">Show More</p>

{% } %}

{%- include('compare-versions.html', {...it.stats, config: it.config}) %}
Expand All @@ -159,5 +156,4 @@ <h3>Changes in Benchmark Set</h3>

{% } /* if (it.revisionFound) */ %}
</body>

</html>
</html>

0 comments on commit b6ae99a

Please sign in to comment.