mirror of
https://github.com/golang/go
synced 2024-11-13 16:30:25 -07:00
misc/dashboard/builder: remove build files after benchmarking
R=r CC=golang-dev https://golang.org/cl/2270041
This commit is contained in:
parent
5ec55c5134
commit
fdb9e68c4e
@ -129,6 +129,8 @@ func runQueuedBenchmark() bool {
|
||||
|
||||
func runBenchmark(r BenchRequest) {
|
||||
// run benchmarks and send to dashboard
|
||||
log.Stderrf("%s benchmarking %d", r.builder.name, r.commit.num)
|
||||
defer os.RemoveAll(r.path)
|
||||
pkg := path.Join(r.path, "go", "src", "pkg")
|
||||
bin := path.Join(r.path, "go", "bin")
|
||||
env := []string{
|
||||
|
Loading…
Reference in New Issue
Block a user