{% extends "base.html" %} {% block body %}
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 |
{% if result.db_conf.db_type == 'PELOTON' %}
{{ result.git_hash }} | {% else %}{{ result.git_hash }} | {% endif %}
Result OK |
{{ result.result_ok }} |