aboutsummaryrefslogtreecommitdiff
path: root/src/testing/benchmark_test.go
AgeCommit message (Expand)Author
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2022-10-07testing: add an example showcasing B.RunParallel with B.ReportMetricEddie Lopez
2022-08-25testing: add Elapsed method to testing.Bhopehook
2021-04-19testing: remove data races so that parallel benchmarks can safely call .Fatal...Michael Fraenkel
2020-11-07testing: increase benchmark output to four significant figuresAustin Clements
2019-05-16testing: shorten go test -short testingRuss Cox
2019-03-22testing: fix fractional ns/op printingAustin Clements
2019-03-20testing: stop rounding b.NJosh Bleecher Snyder
2019-03-19testing: add B.ReportMetric for custom benchmark metricsAustin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox