summaryrefslogtreecommitdiff
path: root/src/testing/benchmark.go
Commit message (Expand)AuthorAgeFilesLines
* testing: Document RunParallel ns/op behaviorFelix Geisendörfer2022-11-071-0/+3
* testing: fix many test2json inaccuraciesRuss Cox2022-10-261-4/+10
* cmd/go, testing: add go test -skip flagRuss Cox2022-09-161-1/+1
* testing: convert common.hasSub to atomic typecuiweixie2022-08-291-3/+3
* testing: add Elapsed method to testing.Bhopehook2022-08-251-0/+11
* testing: do not print 'root' benchName during test of package testingRuss Cox2022-08-161-1/+8
* testing: remove redundant type conversionAlexander Melentyev2021-10-311-1/+1
* testing: with -benchtime=1x, run the benchmark loop exactly onceCaleb Spare2021-10-071-1/+6
* [dev.fuzz] testing: allow -fuzzminimizetime to be 0Katie Hockman2021-09-101-4/+5
* [dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman2021-05-171-2/+5
|\
| * testing: remove data races so that parallel benchmarks can safely call .Fatal...Michael Fraenkel2021-04-191-2/+5
* | [dev.fuzz] testing: let -fuzztime specify a number of executionsJay Conrod2021-04-091-7/+7
|/
* testing: increase benchmark output to four significant figuresAustin Clements2020-11-071-8/+12
* testing: print cpu type as label for benchmarksMartin Möhrmann2020-10-201-0/+7
* testing: flush test summaries to stdout atomically when streaming outputBryan C. Mills2020-09-021-8/+10
* testing: reformat test chatty outputJean de Klerk2020-05-211-0/+3
* testing: make Cleanup work for benchmarks too.Roger Peppe2020-02-061-0/+1
* testing: document that benchmark logs are dumped to stdoutAlberto Donizetti2019-12-231-1/+1
* testing: use conventional comments for exported internal funcs & structsvovapi2019-12-101-5/+5
* testing: stream log output in verbose modeJean de Klerk2019-10-221-1/+21
* testing: delay flag registration; move to an Init functionCaleb Spare2019-04-291-5/+13
* testing: correct two spelling/grammar issuesCaleb Spare2019-03-251-2/+2
* testing: fix fractional ns/op printingAustin Clements2019-03-221-2/+7
* testing: stop rounding b.NJosh Bleecher Snyder2019-03-201-50/+21
* testing: add B.ReportMetric for custom benchmark metricsAustin Clements2019-03-191-19/+115
* testing: fix missing verb in StartTimer docEmmanuel T Odeke2019-03-041-1/+1
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* testing: implement -benchtime=100xRuss Cox2018-10-121-18/+57
* Revert "testing: only compute b.N once when passed -count > 1"Alberto Donizetti2018-05-311-32/+15
* testing: allow marking subtest and subbenchmark functions as HelpersDiogo Pinela2018-05-141-6/+9
* testing: only compute b.N once when passed -count > 1Alberto Donizetti2018-05-141-15/+32
* testing: remove claim that b.Run is safe for concurrent useRuss Cox2017-12-011-3/+0
* testing: use time.Since instead of time.Now().SubDaniel Martí2017-09-061-1/+1
* all: remove some unused result paramsDaniel Martí2017-08-281-2/+1
* testing: parallelize tests over countDmitry Vyukov2017-08-241-37/+39
* testing: revert CL 36791's conditional ReadMemStatsBrad Fitzpatrick2017-06-301-12/+6
* testing: clarify rules for concurrent t.Run callsAlberto Donizetti2017-06-291-1/+1
* testing: always ReadMemStats before first benchmark runMeir Fischer2017-06-281-5/+3
* testing: harmonize handling of prefix-matched benchmarksRuss Cox2017-06-201-3/+8
* testing: fix Benchmark() to start at 1 iteration, not 100Heschi Kreinick2017-03-011-1/+4
* testing: fix stats bug for sub benchmarksMarcel van Lohuizen2017-02-151-3/+0
* testing: fix copy/paste in docsJosh Bleecher Snyder2017-02-111-1/+1
* testing: only call ReadMemStats if necessary when benchmarkingJosh Bleecher Snyder2017-02-111-9/+20
* testing: print extra labels on benchmarksQuentin Smith2017-02-071-5/+17
* testing: make parallel t.Run safe againRuss Cox2017-01-181-2/+5
* Revert "testing: add T.Context method"Joe Tsai2016-12-091-4/+0
* testing: add T.Context methodBrad Fitzpatrick2016-11-031-0/+4
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-031-0/+6
* cmd/go, testing: indicate when no tests are runCaio Marcelo de Oliveira Filho2016-10-191-3/+2
* testing: fix flag usage messagesRuss Cox2016-10-181-2/+2