index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testing
/
benchmark_test.go
Age
Commit message (
Expand
)
Author
2024-12-18
testing: support B.Context and F.Context
Ian Lance Taylor
2024-12-15
testing: improve B.Loop test
Austin Clements
2024-12-15
testing: improve b.Loop example
Austin Clements
2024-12-15
testing: improve B.Loop docs, use B.Loop in examples
Austin Clements
2024-12-05
testing: improve documentation, examples, release notes for
Junyang Shao
2024-11-21
testing: Update testing.B.Loop to save benchmark results.
Junyang Shao
2024-11-20
cmd/compile,testing: implement one-time rampup logic for testing.B.Loop
Junyang Shao
2024-09-20
testing: implement testing.B.Loop
sunnymilk
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2022-10-07
testing: add an example showcasing B.RunParallel with B.ReportMetric
Eddie Lopez
2022-08-25
testing: add Elapsed method to testing.B
hopehook
2021-04-19
testing: remove data races so that parallel benchmarks can safely call .Fatal...
Michael Fraenkel
2020-11-07
testing: increase benchmark output to four significant figures
Austin Clements
2019-05-16
testing: shorten go test -short testing
Russ Cox
2019-03-22
testing: fix fractional ns/op printing
Austin Clements
2019-03-20
testing: stop rounding b.N
Josh Bleecher Snyder
2019-03-19
testing: add B.ReportMetric for custom benchmark metrics
Austin Clements
2014-09-08
build: move package sources from src/pkg to src
Russ Cox