This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix-cuirass.
The following commit(s) were added to refs/heads/master by this push:
new 8d6c0df metrics: Rename "Builds speed" section to "Builds completion".
8d6c0df is described below
commit 8d6c0dfb7eac37888024ea47e55a8f0ede50cde0
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Thu Sep 17 11:53:03 2020 +0200
metrics: Rename "Builds speed" section to "Builds completion".
* src/cuirass/templates.scm (global-metrics-content): Rename "Builds speed"
section to "Builds completion".
---
src/cuirass/templates.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 799c9fd..d6abc05 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -944,7 +944,7 @@ window.~a = new Chart\
(tbody
,(apply map avg-eval-duration-row avg-eval-durations)))
(br)
- (h6 "Build speed.")
+ (h6 "Builds completion.")
(p "This shows the difference between newly added derivations and built
derivations per day.")
(canvas (@ (id ,builds-chart)))