{% extends "base.html" %} {% block body %}
{% if result.db_conf.db_type == 'PELOTON' %} {% else %} {% endif %}

Result Info

ID
{{ result.pk }}
DB Type
{{ result.db_conf.db_type }}
Benchmark Conf
{{ result.benchmark_conf.name }}
Experiment Time
{{ result.timestamp }}
Overall Throughout
{{ result.throughput }} {{ metric_meta|get_item:"throughput"|get_item:"unit" }}
Overall 99% Latency
{{ result.p99_latency }} {{ metric_meta|get_item:"p99_latency"|get_item:"unit" }}
Git Hash
{{ result.git_hash }}{{ result.git_hash }}
Result OK
{{ result.result_ok }}

{% endblock body %}