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.go
Age
Commit message (
Expand
)
Author
2025-11-26
testing: fix bloop doc
Junyang Shao
2025-11-21
cmd/compile: change testing.B.Loop keep alive semantic
Junyang Shao
2025-09-11
testing: exit B.Loop early upon saturation
David Finkel
2025-05-13
testing: add Output
suntala
2025-05-13
Revert "testing: add Output"
Jonathan Amsterdam
2025-05-13
testing: add Output
suntala
2025-04-30
testing: use more doc links
Sean Liao
2025-04-03
testing: clarify how B.Loop avoids optimizing away all the useful work
thepudds
2025-03-24
testing: streamline logic in loopSlowPath
Austin Clements
2025-03-24
testing: detect a stopped timer in B.Loop
Austin Clements
2025-03-24
testing: detect early return from B.Loop
Austin Clements
2025-03-21
testing: separate b.Loop counter from b.N
Austin Clements
2025-03-20
testing: allow manual timer control in testing.B.Loop
Junyang Shao
2025-03-03
testing: fix testing.B.Loop doc on loop condition
Junyang Shao
2024-12-18
testing: support B.Context and F.Context
Ian Lance Taylor
2024-12-15
testing: don't measure cleanup time after B.Loop
Austin Clements
2024-12-15
testing: improve B.Loop docs, use B.Loop in examples
Austin Clements
2024-12-06
testing: fix divide by zero when benchmark is faster than OS's clock resolution
Jorropo
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: enable better loop time measurement for benchmarking.
sunnymilk
2024-09-20
testing: implement testing.B.Loop
sunnymilk
2024-08-21
testing: rename testContext to testState
Vladimir Varankin
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-04-26
testing: use QueryPerformanceCounter on Windows
Egon Elbre
2023-11-27
Revert "testing: simplify concurrency and cleanup logic"
Lasse Folger
2023-11-21
testing: simplify concurrency and cleanup logic
Bryan C. Mills
2023-11-17
all: make more use of the new atomic integer types
Daniel MartÃ
2023-11-08
testing: add available godoc link
cui fliter
2023-10-25
testing: use monotonic counts to attribute races in subtests
Bryan C. Mills
2023-08-17
internal/sysinfo: print cpu type from cpuinfo when internal cpu name is empty...
Guoqi Chen
2023-08-07
testing: use the builtin max/min function
Muhammad Falak R Wani
2023-08-07
testing: improve the usage message of -benchtime
montag451
2023-07-27
all: use built-in clear to clear maps
Jes Cok
2023-05-24
Revert "testing: only report subtest races once"
Bryan Mills
2023-05-24
testing: only report subtest races once
Ian Lance Taylor
2022-11-07
testing: Document RunParallel ns/op behavior
Felix Geisendörfer
2022-10-26
testing: fix many test2json inaccuracies
Russ Cox
2022-09-16
cmd/go, testing: add go test -skip flag
Russ Cox
2022-08-29
testing: convert common.hasSub to atomic type
cuiweixie
2022-08-25
testing: add Elapsed method to testing.B
hopehook
2022-08-16
testing: do not print 'root' benchName during test of package testing
Russ Cox
2021-10-31
testing: remove redundant type conversion
Alexander Melentyev
2021-10-07
testing: with -benchtime=1x, run the benchmark loop exactly once
Caleb Spare
2021-09-10
[dev.fuzz] testing: allow -fuzzminimizetime to be 0
Katie Hockman
2021-05-17
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
Katie Hockman
2021-04-19
testing: remove data races so that parallel benchmarks can safely call .Fatal...
Michael Fraenkel
2021-04-09
[dev.fuzz] testing: let -fuzztime specify a number of executions
Jay Conrod
2020-11-07
testing: increase benchmark output to four significant figures
Austin Clements
[next]