diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-15 20:49:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-15 20:49:58 +0200 |
commit | 11f45efdb8ffd7e80da53efda88dcd6a3bf62ecc (patch) | |
tree | 93eaf566bfe47606fb562310e611a386d94e2674 | |
parent | 0a0bec440d69c3ee3764c939e0277d89d37867d8 (diff) | |
download | jenkins.debian.net-11f45efdb8ffd7e80da53efda88dcd6a3bf62ecc.tar.xz |
reproducible Debian: also provide performance stats for last week
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index ba2be9d8..5ff591b2 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -383,6 +383,7 @@ write_build_performance_stats() { done write_page "</tr>" + _average_builds_per_day "7" "week" _average_builds_per_day "$TIMESPAN_RAW" "$TIMESPAN_VERBOSE" _average_builds_per_day "91" "3 months" "30" |