]> Cypherpunks.ru repositories - gostls13.git/commit
internal/testmath: add two-sample Welch's t-test for performance tests
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 9 Jun 2022 20:41:18 +0000 (20:41 +0000)
committerMichael Knyszek <mknyszek@google.com>
Mon, 13 Jun 2022 20:15:50 +0000 (20:15 +0000)
commit6130461149020d2b4b91fb183afa388a211cadc5
treefa1f0b3855d2e24b4c757189311c33dd22618d86
parent24b90391495094f1059cb7b09cf6bcfc790f7fe5
internal/testmath: add two-sample Welch's t-test for performance tests

This CL copies code from github.com/aclements/go-moremath/stats and
github.com/aclements/go-moremath/mathx for Welch's t-test. Several
existing tests in the Go repository check performance and scalability,
and this import is part of a move toward a more rigorous measurement of
both.

Note that the copied code is already licensed to Go Authors, so there's
no need to worry about additional licensing considerations.

For #32986.

Change-Id: I058630fab7216d1a589bb182b69fa2231e6f5475
Reviewed-on: https://go-review.googlesource.com/c/go/+/411395
Reviewed-by: Michael Pratt <mpratt@google.com>
src/go/build/deps_test.go
src/internal/testmath/ttest.go [new file with mode: 0644]