diff --git a/views/benchmark/view.twig b/views/benchmark/view.twig index 5c792ce..b006cd1 100644 --- a/views/benchmark/view.twig +++ b/views/benchmark/view.twig @@ -5,8 +5,8 @@ {% block content %}
{{ test.description }}
+{{ benchmark.description }}
Component | -Benchmark | -Scoring | -Avg. | -Min. | -Max. | +Test title | +Benchmarks | +Last updated |
---|---|---|---|---|---|---|---|---|
{{ r.component }} | -{{ r.benchmark }} | -{{ r.type | capitalize }} | -{{ r.average }} | -{{ r.minimum ? r.minimum : 'N/a' }} | -{{ r.maximum ? r.maximum : 'N/a' }} | +{{ t.title }} | +{{ t.benchmarks | length }} | +{{ t.updated_at }} |
There are no results associated with this.
+There are no tests associated with this benchmark.
{% endif %}Component | -Benchmark | -Scoring | -Avg. | -Min. | -Max. | +Test title | +Benchmarks | +Last updated |
---|---|---|---|---|---|---|---|---|
{{ r.component }} | -{{ r.benchmark }} | -{{ r.type | capitalize }} | -{{ r.average }} | -{{ r.minimum ? r.minimum : 'N/a' }} | -{{ r.maximum ? r.maximum : 'N/a' }} | +{{ t.title }} | +{{ t.benchmarks | length }} | +{{ t.updated_at }} |
There are no results associated with this.
+There are no tests associated with this component.
{% endif %}