Output size
The size of the output is:
{{ run.size }} bytes
Time
The command:
{{ run.cmd | e }}
finished in:
{{ run.time }}
{% extends 'mark_base.html' %}
{% macro renderRun(run) %}
The size of the output is: The command: finished in:
{% endmacro %}
{% block content %}
{{ run.title }} - time: {{ run.time }}, output size: {{ run.size }} bytes
Output size
{{ run.size }} bytes
Time
{{ run.cmd | e }}
{{ run.time }}
These benchmarks were generated at {{ now }}
{% for mark in marks %}Code executed:
{{ mark.source | e }}
{{ mark.sysinfo }}