+ Currently benchmarking:
+ .
+ Time left: {{ formatDuration(timeLeft) }}
+
Step | ++ | Took | +Expected | +
---|---|---|---|
{{ step.step }} | ++ + | ++ {{ + step.current_progress == 0 + ? "" + : formatDuration(step.current_progress) + }} + | ++ {{ formatDuration(step.expected_duration) }} + | +
+ No current collection in progress. + Last one finished at {{ recentEndDate.toLocaleString() }} local + time, + {{ + formatDuration( + Math.trunc((Date.now() - recentEndDate.getTime()) / 1000) + ) + }} + ago. + +
+
+ Queue ({{ data.missing.length }} total):
+ Times are local.
+
Commit Date | +SHA | +Reason | +
---|---|---|
{{ new Date(commit.date).toLocaleString() }} | ++ | + |
SHA: {{ data.last_commit.sha }}, date: {{ data.last_commit.date }}
+{{ benchmark.error }}+