diff --git a/benchmark/scripts/templates/base.html b/benchmark/scripts/templates/base.html index 78c82d6..89a82e3 100644 --- a/benchmark/scripts/templates/base.html +++ b/benchmark/scripts/templates/base.html @@ -10,17 +10,21 @@ crossorigin="anonymous" /> {% else %} +
+ +
@@ -79,9 +82,6 @@ Total score: {{ "%.6f" % (data.results | sum(attribute="score")) }} Number of files: {{ data.results | length }} -
- -
\ No newline at end of file diff --git a/benchmark/scripts/templates/partials/table_report_bulma.html b/benchmark/scripts/templates/partials/table_report_bulma.html index 913e315..f320c2c 100644 --- a/benchmark/scripts/templates/partials/table_report_bulma.html +++ b/benchmark/scripts/templates/partials/table_report_bulma.html @@ -49,6 +49,9 @@
+
+ +
@@ -85,9 +88,6 @@ Total score: {{ "%.6f" % (data.results | sum(attribute="score")) }}

Number of files: {{ data.results | length }}

-
- -
\ No newline at end of file diff --git a/benchmark/scripts/templates/partials/table_select.html b/benchmark/scripts/templates/partials/table_select.html index 0435f6f..7061640 100644 --- a/benchmark/scripts/templates/partials/table_select.html +++ b/benchmark/scripts/templates/partials/table_select.html @@ -9,7 +9,7 @@ - + diff --git a/benchmark/scripts/templates/partials/table_select_design.html b/benchmark/scripts/templates/partials/table_select_design.html index 824c7df..707cc2d 100644 --- a/benchmark/scripts/templates/partials/table_select_design.html +++ b/benchmark/scripts/templates/partials/table_select_design.html @@ -4,10 +4,7 @@
- -
-
- +
{% if config.compare %}
diff --git a/benchmark/scripts/templates/select.html b/benchmark/scripts/templates/select.html index e4497af..c217ede 100644 --- a/benchmark/scripts/templates/select.html +++ b/benchmark/scripts/templates/select.html @@ -1,11 +1,11 @@ {% set title = "Benchmark Results" %} {% extends "base.html" %} {% if framework == "bootstrap" %} - {% set button_class = "btn btn-primary bt-sm" %} + {% set button_class = "btn btn-primary btn-small" %} {% set h1_class = "text-center" %} {% set table_class = "table table-striped table-hover table-bordered" %} - {% set button_pre = '' %} {% set selected = "selected" %} @@ -15,6 +15,7 @@ {% set level = "navbar" %} {% set align_right = "text-end" %} {% set container = "container-fluid" %} + {% set button_reset = '' %} {% else %} {% set button_class = "button is-primary is-small" %} {% set h1_class = "title is-1 has-text-centered" %} @@ -26,6 +27,7 @@ {% set level = "level" %} {% set tag_class = "tag is-primary is-small" %} {% set container = "container is-fluid" %} + {% set button_reset = '' %} {% endif %} {% block content %} {% include "partials/table_select_design.html" %}
Stratified Title Score{{ button_reset|safe }}