diff --git a/templates/chartjs.template b/templates/chartjs.template index 466e3555b..ba7de3aa7 100644 --- a/templates/chartjs.template +++ b/templates/chartjs.template @@ -1,6 +1,7 @@ +

{{xlabel}}/{{ylabel}}

- + - - - - - - - - - - - - - - - {% block content %} {% endblock %} - -
-

Contact

-

ANN-Benchmarks has been developed by Martin Aumueller (maau@itu.dk), Erik Bernhardsson (mail@erikbern.com), and Alec Faitfull (alef@itu.dk). Please use - Github to submit your implementation or improvements.

-
-
- + + + + + + + {{ title }} + + + + + + + + + + {% block content %} {% endblock %} +
+ + + + diff --git a/templates/summary.html b/templates/summary.html index b07e670aa..c6eaa1296 100644 --- a/templates/summary.html +++ b/templates/summary.html @@ -1,6 +1,7 @@ {% extends "general.html" %} {% block content %}
+

Info

ANN-Benchmarks is a benchmarking environment for approximate nearest neighbor algorithms search. This website contains the current benchmarking results. Please visit http://github.com/erikbern/ann-benchmarks/ to get an overview over evaluated data sets and algorithms. Make a pull request on Github to add your own code or improvements to the benchmarking system. @@ -18,43 +19,48 @@

Benchmarks for Batched Queries

{% else %}

Benchmarks for Single Queries

{% endif %} - -

Results by Dataset

- {% for distance_data in dataset_with_distances[type] %} -

Distance: {{ distance_data.name }}

- {% for entry in distance_data.entries %} - -
-
-

{{entry.desc}}

+
+
+

Results by Dataset

+ {% for distance_data in dataset_with_distances[type] %} +

Distance: {{ distance_data.name }}

+ {% for entry in distance_data.entries %} +
-
- + {% endfor %} + {% endfor %} +
+
+

Results by Algorithm

+ +
+ {% for algo in algorithms[type].keys()%} +
+
+
{{algo}}
+ + + + Detail
- -
- {% endfor %} - {% endfor %} -

Results by Algorithm

-
    Algorithms: - {% for algo in algorithms[type].keys() %} -
  • {{algo}}
  • {% endfor %} -
- {% for algo in algorithms[type].keys()%} - -
-
-

{{algo}}

-
-
- -
-
-
- {% endfor %} +
+
{% endif %} {% endfor %} {% endblock %} +