summaryrefslogtreecommitdiff
path: root/misc/dashboard/godashboard/key.py
AgeCommit message (Collapse)AuthorFilesLines
2010-01-28dashboard: move key.py out of the way,Russ Cox1-8/+0
so that if you have a key.py with the real key, there is no chance hg change will accidentally make a CL with the real key and upload it to codereview. R=agl1 CC=golang-dev http://codereview.appspot.com/196051
2010-01-26dashboard: add benchmarking support.Adam Langley1-1/+0
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/+9
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