diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-17 11:53:03 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-17 11:53:03 +0200 |
commit | 8d6c0dfb7eac37888024ea47e55a8f0ede50cde0 (patch) | |
tree | 033562c4f1504fcf17009ac1371f35715e7eb79e /src | |
parent | d22ffdfa2ab2e692e41dbc8c2e6c4d25a79ee9cd (diff) | |
download | cuirass-8d6c0dfb7eac37888024ea47e55a8f0ede50cde0.tar cuirass-8d6c0dfb7eac37888024ea47e55a8f0ede50cde0.tar.gz |
metrics: Rename "Builds speed" section to "Builds completion".
* src/cuirass/templates.scm (global-metrics-content): Rename "Builds speed"
section to "Builds completion".
Diffstat (limited to 'src')
-rw-r--r-- | src/cuirass/templates.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |