{% if aggregate %}
Aggregate over
{{ operations }}
operations per engine.
{% end %}
Label
Creating
Editing
Deleting
TOTAL
{% for label, creating, editing, deleting, total in tests %}
{{ label }}
{{ creating }}
{{ editing }}
{{ deleting }}
{{ total }}
{% end %}
The smaller the number, the better.
Smaller is better.