aboutsummaryrefslogtreecommitdiff
path: root/src/testing/benchmark.go
AgeCommit message (Expand)Author
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
2020-10-20testing: print cpu type as label for benchmarksMartin Möhrmann
2020-09-02testing: flush test summaries to stdout atomically when streaming outputBryan C. Mills
2020-05-21testing: reformat test chatty outputJean de Klerk
2020-02-06testing: make Cleanup work for benchmarks too.Roger Peppe
2019-12-23testing: document that benchmark logs are dumped to stdoutAlberto Donizetti
2019-12-10testing: use conventional comments for exported internal funcs & structsvovapi
2019-10-22testing: stream log output in verbose modeJean de Klerk
2019-04-29testing: delay flag registration; move to an Init functionCaleb Spare
2019-03-25testing: correct two spelling/grammar issuesCaleb Spare
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
2019-03-04testing: fix missing verb in StartTimer docEmmanuel T Odeke
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-10-12testing: implement -benchtime=100xRuss Cox
2018-05-31Revert "testing: only compute b.N once when passed -count > 1"Alberto Donizetti
2018-05-14testing: allow marking subtest and subbenchmark functions as HelpersDiogo Pinela
2018-05-14testing: only compute b.N once when passed -count > 1Alberto Donizetti
2017-12-01testing: remove claim that b.Run is safe for concurrent useRuss Cox
2017-09-06testing: use time.Since instead of time.Now().SubDaniel Martí
2017-08-28all: remove some unused result paramsDaniel Martí
2017-08-24testing: parallelize tests over countDmitry Vyukov
2017-06-30testing: revert CL 36791's conditional ReadMemStatsBrad Fitzpatrick
2017-06-29testing: clarify rules for concurrent t.Run callsAlberto Donizetti
2017-06-28testing: always ReadMemStats before first benchmark runMeir Fischer
2017-06-20testing: harmonize handling of prefix-matched benchmarksRuss Cox
2017-03-01testing: fix Benchmark() to start at 1 iteration, not 100Heschi Kreinick
2017-02-15testing: fix stats bug for sub benchmarksMarcel van Lohuizen
2017-02-11testing: fix copy/paste in docsJosh Bleecher Snyder
2017-02-11testing: only call ReadMemStats if necessary when benchmarkingJosh Bleecher Snyder
2017-02-07testing: print extra labels on benchmarksQuentin Smith
2017-01-18testing: make parallel t.Run safe againRuss Cox
2016-12-09Revert "testing: add T.Context method"Joe Tsai
2016-11-03testing: add T.Context methodBrad Fitzpatrick
2016-11-03testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox
2016-10-19cmd/go, testing: indicate when no tests are runCaio Marcelo de Oliveira Filho
2016-10-18testing: fix flag usage messagesRuss Cox
2016-08-10testing: respect benchtime on very fast benchmarksJosh Bleecher Snyder
2016-04-05testing: improve outputMarcel van Lohuizen
2016-03-26cmd/go: fix proc-count accumulation in benchmark nameAlberto Donizetti
2016-03-25testing: probe with N=1Marcel van Lohuizen
2016-03-22testing: expose subtest and subbenchmark functionalityMarcel van Lohuizen
2016-03-22testing: added name matcher and sanitizerMarcel van Lohuizen
2016-03-18testing: always ignore RunParallel in probe phaseMarcel van Lohuizen
2016-03-18testing: implementation of subbenchmarksMarcel van Lohuizen