aboutsummaryrefslogtreecommitdiff
path: root/test/bench
diff options
context:
space:
mode:
authorJongmin Kim <jmkim@pukyong.ac.kr>2018-09-22 23:05:06 +0900
committerBrad Fitzpatrick <bradfitz@golang.org>2018-09-24 17:11:42 +0000
commitc22c7607d3657f7945580f5cf5e0f612c694389f (patch)
tree1d68409c4afb42eaf6a002803c53bae5e7e2af50 /test/bench
parentf25656d392b38da362afb997e75bc43af49d514c (diff)
downloadgo-c22c7607d3657f7945580f5cf5e0f612c694389f.tar.gz
go-c22c7607d3657f7945580f5cf5e0f612c694389f.zip
test/bench/garbage: update Benchmarks Game URL to new page
The existing URL in comment points to an Alioth page which was deprecated (and not working), so use the new Benchmarks Game URL. Change-Id: Ifd694382a44a24c44acbed3fe1b17bca6dab998f Reviewed-on: https://go-review.googlesource.com/136835 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'test/bench')
-rw-r--r--test/bench/garbage/tree.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench/garbage/tree.go b/test/bench/garbage/tree.go
index 0a3ec234db..524cfebc73 100644
--- a/test/bench/garbage/tree.go
+++ b/test/bench/garbage/tree.go
@@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
/* The Computer Language Benchmarks Game
- * http://shootout.alioth.debian.org/
+ * https://benchmarksgame-team.pages.debian.net/benchmarksgame/
*
* contributed by The Go Authors.
* based on C program by Kevin Carson