Show completed tasks per second

This commit is contained in:
simon987
2019-03-02 15:17:58 -05:00
parent 13290d3c55
commit e4936cd3c5
5 changed files with 34 additions and 2 deletions

View File

@@ -18,6 +18,10 @@
<p>{{"project.motd" | translate}}:</p>
<pre *ngIf="project">{{project.motd}}</pre>
<p>{{"project.task_per_second" | translate}}:
<span class="text-mono" *ngIf="project">{{avgTask | number}}/s</span>
</p>
<div style="display: flex; align-items: center; justify-content: center">
<div id="timeline-wrapper">
<canvas id="timeline"></canvas>