{% extends "_layout.html" %} {% block content %}
← Back to Leaderboard

{% if report.slimes["Hostname"] %} {{ report.slimes["Hostname"].0 }} {% else %} Device {{ report.signature | truncate(length=10) }} {% endif %}

{% if report.signature %}"{{ report.signature }}"{% endif %}

ID #{{ report.id }}
VERSION v{{ report.client_version }}
MAC {{ report.mac_address }}
REPORTED {{ time_ago }}
{{ report.benchmark.multi_thread.score }}
Multi-Thread Score

Performance Breakdown

Single-Thread {{ report.benchmark.single_thread.score }}
Multi-Thread {{ report.benchmark.multi_thread.score }}
Threads {{ report.benchmark.logical_cores }}
{% for key, list in report.slimes %} {% if key != "Hostname" %}

{{ key }}

    {% for item in list %}
  • {{ item }}
  • {% endfor %}
{% endif %} {% endfor %}
{% endblock %}