aboutsummaryrefslogtreecommitdiff
path: root/src/testing/benchmark.go
AgeCommit message (Expand)Author
2025-11-26testing: fix bloop docJunyang Shao
2025-11-21cmd/compile: change testing.B.Loop keep alive semanticJunyang Shao
2025-09-11testing: exit B.Loop early upon saturationDavid Finkel
2025-05-13testing: add Outputsuntala
2025-05-13Revert "testing: add Output"Jonathan Amsterdam
2025-05-13testing: add Outputsuntala
2025-04-30testing: use more doc linksSean Liao
2025-04-03testing: clarify how B.Loop avoids optimizing away all the useful workthepudds
2025-03-24testing: streamline logic in loopSlowPathAustin Clements
2025-03-24testing: detect a stopped timer in B.LoopAustin Clements
2025-03-24testing: detect early return from B.LoopAustin Clements
2025-03-21testing: separate b.Loop counter from b.NAustin Clements
2025-03-20testing: allow manual timer control in testing.B.LoopJunyang Shao
2025-03-03testing: fix testing.B.Loop doc on loop conditionJunyang Shao
2024-12-18testing: support B.Context and F.ContextIan Lance Taylor
2024-12-15testing: don't measure cleanup time after B.LoopAustin Clements
2024-12-15testing: improve B.Loop docs, use B.Loop in examplesAustin Clements
2024-12-06testing: fix divide by zero when benchmark is faster than OS's clock resolutionJorropo
2024-12-05testing: improve documentation, examples, release notes forJunyang Shao
2024-11-21testing: Update testing.B.Loop to save benchmark results.Junyang Shao
2024-11-20cmd/compile,testing: implement one-time rampup logic for testing.B.LoopJunyang Shao
2024-09-20testing: enable better loop time measurement for benchmarking.sunnymilk
2024-09-20testing: implement testing.B.Loopsunnymilk
2024-08-21testing: rename testContext to testStateVladimir Varankin
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2023-11-27Revert "testing: simplify concurrency and cleanup logic"Lasse Folger
2023-11-21testing: simplify concurrency and cleanup logicBryan C. Mills
2023-11-17all: make more use of the new atomic integer typesDaniel Martí
2023-11-08testing: add available godoc linkcui fliter
2023-10-25testing: use monotonic counts to attribute races in subtestsBryan C. Mills
2023-08-17internal/sysinfo: print cpu type from cpuinfo when internal cpu name is empty...Guoqi Chen
2023-08-07testing: use the builtin max/min functionMuhammad Falak R Wani
2023-08-07testing: improve the usage message of -benchtimemontag451
2023-07-27all: use built-in clear to clear mapsJes Cok
2023-05-24Revert "testing: only report subtest races once"Bryan Mills
2023-05-24testing: only report subtest races onceIan Lance Taylor
2022-11-07testing: Document RunParallel ns/op behaviorFelix Geisendörfer
2022-10-26testing: fix many test2json inaccuraciesRuss Cox
2022-09-16cmd/go, testing: add go test -skip flagRuss Cox
2022-08-29testing: convert common.hasSub to atomic typecuiweixie
2022-08-25testing: add Elapsed method to testing.Bhopehook
2022-08-16testing: do not print 'root' benchName during test of package testingRuss Cox
2021-10-31testing: remove redundant type conversionAlexander Melentyev
2021-10-07testing: with -benchtime=1x, run the benchmark loop exactly onceCaleb Spare
2021-09-10[dev.fuzz] testing: allow -fuzzminimizetime to be 0Katie Hockman
2021-05-17[dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman
2021-04-19testing: 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 executionsJay Conrod
2020-11-07testing: increase benchmark output to four significant figuresAustin Clements