{% extends "base.html" %} {% load util_functions %} {% block body %}
{% if session.description %} {% endif %}

{{ labels.title }} (edit) (edit knobs) (dump debug info)

{{ labels.name }}
{{ session.name }}
{{ labels.description }}
{{ session.description|linebreaks }}
{{ labels.upload_code }}
{{ session.upload_code }}
{{ labels.dbms }}
{{ session.dbms }}
{{ labels.hardware }}
{{ session.hardware }}
{{ labels.tuning_session }}
{{ session.session_type_name }}
{{ labels.algorithm }}
{{ session.algorithm_name }}
{{ labels.creation_time }}
{{ session.creation_time }}
{{ labels.last_update }}
{{ session.last_update }}
{{ labels.target_objective }}
{{ metric_meta|get_item:session.target_objective|get_attr:"pprint" }}

Show the last results

Filtered Results

{% endblock body %}