summaryrefslogtreecommitdiff
path: root/src/testing/benchmark.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* testing: respect benchtime on very fast benchmarksJosh Bleecher Snyder2016-08-101-4/+3
* testing: improve outputMarcel van Lohuizen2016-04-051-6/+39
* cmd/go: fix proc-count accumulation in benchmark nameAlberto Donizetti2016-03-261-1/+1
* testing: probe with N=1Marcel van Lohuizen2016-03-251-25/+25
* testing: expose subtest and subbenchmark functionalityMarcel van Lohuizen2016-03-221-4/+7
* testing: added name matcher and sanitizerMarcel van Lohuizen2016-03-221-9/+11
* testing: always ignore RunParallel in probe phaseMarcel van Lohuizen2016-03-181-1/+4
* testing: implementation of subbenchmarksMarcel van Lohuizen2016-03-181-27/+108
* testing: hoisted chunks of code to prepare for Run methodMarcel van Lohuizen2016-03-181-34/+65
* testing: prepare for the introduction of Run methodsMarcel van Lohuizen2016-03-181-7/+8
* all: single space after period.Brad Fitzpatrick2016-03-021-3/+3
* testing: make failure in benchmark cause non-zero exit statusCaio Marcelo de Oliveira Filho2016-02-281-1/+8
* testing: document that T and B are safe for concurrent callsRuss Cox2015-12-011-0/+11
* testing: pad benchmark names to align resultsHÃ¥vard Haugen2015-02-071-7/+27
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+446