From: Jongmin Kim Date: Sat, 22 Sep 2018 14:05:06 +0000 (+0900) Subject: test/bench/garbage: update Benchmarks Game URL to new page X-Git-Tag: go1.12beta1~1032 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c22c7607d3657f7945580f5cf5e0f612c694389f;p=gostls13.git 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 --- 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