go-junit-report/testdata/024-benchtests.txt
Joël Stemmer 4d05b2dc3f Regenerate testdata files
Many of the testdata files were generated a long time ago with very old
versions of Go. The Go test output has changed over time, and these test
inputs no longer reflect the current state. The intention is to fully
support the test output of the most recent Go versions.

This commit also includes the source used to generate the test output,
so the output can be more easily updated in the future.
2022-05-14 23:21:56 +01:00

9 lines
220 B
Plaintext

goos: linux
goarch: amd64
pkg: package/bench
cpu: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
BenchmarkOne-8 1000000000 0.2640 ns/op
BenchmarkTwo-8 39787592 33.10 ns/op
PASS
ok package/bench 1.642s