aboutsummaryrefslogtreecommitdiff
path: root/src/testing/benchmark.go
AgeCommit message (Collapse)Author
2015-02-07testing: pad benchmark names to align resultsHÃ¥vard Haugen
Fixes #8780 Change-Id: I09cf01ff9722eed49086992a12774f2de81d16f2 Reviewed-on: https://go-review.googlesource.com/2840 Reviewed-by: Andrew Gerrand <adg@golang.org>
2014-09-08build: move package sources from src/pkg to srcRuss Cox
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.