]> Cypherpunks.ru repositories - gostls13.git/commit
test/bench: delete
authorAustin Clements <austin@google.com>
Wed, 10 May 2023 19:51:41 +0000 (15:51 -0400)
committerAustin Clements <austin@google.com>
Fri, 12 May 2023 12:35:07 +0000 (12:35 +0000)
commitb679e31cdbf09658388795c7b15c64fce86d6bd2
tree3e8c08a5be06c4fd136e888c5490d0670a2bd239
parent3943fc14d35c117f2256fb789743d9f075c9aba5
test/bench: delete

Russ added test/bench/go1 in CL 5484071 to have a stable suite of
programs to use as benchmarks. For the compiler and runtime we had
back then, those were reasonable benchmarks, but the compiler and
runtime are now far more sophisticated and these benchmarks no longer
have good coverage. We also now have better benchmark suites
maintained outside the repo (e.g., golang.org/x/benchmarks). Keeping
test/bench/go1 at this point is actively misleading.

Indirectly related to #37486, as this also removes the last package
dist test runs outside of src/.

Change-Id: I2867ef303fe48a02acce58ace4ee682add8acdbf
Reviewed-on: https://go-review.googlesource.com/c/go/+/494193
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
25 files changed:
src/cmd/dist/test.go
src/cmd/internal/moddeps/moddeps_test.go
test/bench/garbage/Makefile [deleted file]
test/bench/garbage/parser.go [deleted file]
test/bench/garbage/peano.go [deleted file]
test/bench/garbage/stats.go [deleted file]
test/bench/garbage/tree.go [deleted file]
test/bench/garbage/tree2.go [deleted file]
test/bench/go1/binarytree_test.go [deleted file]
test/bench/go1/fannkuch_test.go [deleted file]
test/bench/go1/fasta_test.go [deleted file]
test/bench/go1/fmt_test.go [deleted file]
test/bench/go1/go.mod [deleted file]
test/bench/go1/gob_test.go [deleted file]
test/bench/go1/gzip_test.go [deleted file]
test/bench/go1/http_test.go [deleted file]
test/bench/go1/json_test.go [deleted file]
test/bench/go1/jsondata_test.go [deleted file]
test/bench/go1/mandel_test.go [deleted file]
test/bench/go1/parser_test.go [deleted file]
test/bench/go1/parserdata_test.go [deleted file]
test/bench/go1/regexp_test.go [deleted file]
test/bench/go1/revcomp_test.go [deleted file]
test/bench/go1/template_test.go [deleted file]
test/bench/go1/time_test.go [deleted file]