summaryrefslogtreecommitdiff
path: root/misc/dashboard/buildcontrol.py
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+39
2010-01-27dashboard: builder tweaksRuss Cox1-2/+2
R=agl1 CC=golang-dev http://codereview.appspot.com/194116
2010-01-27dashboard: look for key in $GOROOT before $HOMERuss Cox1-3/+6
TBR=agl1 CC=golang-dev http://codereview.appspot.com/195076
2010-01-26dashboard: add benchmarking support.Adam Langley1-3/+48
This has actually been running for a while and gathering benchmark data. I haven't had a chance to add a UI for it yet however. R=rsc CC=golang-dev http://codereview.appspot.com/194082 Committer: Russ Cox <rsc@golang.org>
2010-01-07Add builder scripts.Adam Langley1-0/+193
These are the scripts behind godashboard.appspot.com. Nothing is particularly beautiful about it, but it does run. I still need to add support for per-builder keys and for running the benchmarks. R=rsc CC=golang-dev http://codereview.appspot.com/183153