diff options
author | Adam Langley <agl@golang.org> | 2010-01-07 18:45:45 -0800 |
---|---|---|
committer | Adam Langley <agl@golang.org> | 2010-01-07 18:45:45 -0800 |
commit | d8f11898d4946798b104304721d97d55a03cd704 (patch) | |
tree | a8b1a7a947ed7954e995e79bbfd46a3981b470a8 /misc/dashboard/godashboard/_multiprocessing.py | |
parent | a9fe5f5f705e0c8872a0e7669ca0c3e3780bc92b (diff) | |
download | golang-d8f11898d4946798b104304721d97d55a03cd704.tar.gz |
Add builder scripts.
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
Diffstat (limited to 'misc/dashboard/godashboard/_multiprocessing.py')
-rw-r--r-- | misc/dashboard/godashboard/_multiprocessing.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/dashboard/godashboard/_multiprocessing.py b/misc/dashboard/godashboard/_multiprocessing.py new file mode 100644 index 000000000..8c66c0659 --- /dev/null +++ b/misc/dashboard/godashboard/_multiprocessing.py @@ -0,0 +1,5 @@ +# Copyright 2009 The Go Authors. All rights reserved. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. + +import multiprocessing |