]> Cypherpunks.ru repositories - gostls13.git/commit
reflect: move benchmarks to its own file
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 9 Sep 2022 03:49:50 +0000 (10:49 +0700)
committerGopher Robot <gobot@golang.org>
Tue, 13 Sep 2022 17:41:16 +0000 (17:41 +0000)
commit5bbee7a095435e52322b3a7c1e028b19c22e86e5
tree79c49bf7cbd7e668765a4eae6ba37d18bb677ca7
parent6f7c9ea855b1ae97871837abf33b85aaa6731eae
reflect: move benchmarks to its own file

all_test.go is quite big, so let it contain tests only.

Change-Id: I5003db4a8b1e2384ea8470f5e89e1c26d61d10ae
Reviewed-on: https://go-review.googlesource.com/c/go/+/429759
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Jenny Rakoczy <jenny@golang.org>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/reflect/all_test.go
src/reflect/benchmark_test.go [new file with mode: 0644]