index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testing
/
benchmark.go
Age
Commit message (
Expand
)
Author
2020-10-20
testing: print cpu type as label for benchmarks
Martin Möhrmann
2020-09-02
testing: flush test summaries to stdout atomically when streaming output
Bryan C. Mills
2020-05-21
testing: reformat test chatty output
Jean de Klerk
2020-02-06
testing: make Cleanup work for benchmarks too.
Roger Peppe
2019-12-23
testing: document that benchmark logs are dumped to stdout
Alberto Donizetti
2019-12-10
testing: use conventional comments for exported internal funcs & structs
vovapi
2019-10-22
testing: stream log output in verbose mode
Jean de Klerk
2019-04-29
testing: delay flag registration; move to an Init function
Caleb Spare
2019-03-25
testing: correct two spelling/grammar issues
Caleb Spare
2019-03-22
testing: fix fractional ns/op printing
Austin Clements
2019-03-20
testing: stop rounding b.N
Josh Bleecher Snyder
2019-03-19
testing: add B.ReportMetric for custom benchmark metrics
Austin Clements
2019-03-04
testing: fix missing verb in StartTimer doc
Emmanuel T Odeke
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-10-12
testing: implement -benchtime=100x
Russ Cox
2018-05-31
Revert "testing: only compute b.N once when passed -count > 1"
Alberto Donizetti
2018-05-14
testing: allow marking subtest and subbenchmark functions as Helpers
Diogo Pinela
2018-05-14
testing: only compute b.N once when passed -count > 1
Alberto Donizetti
2017-12-01
testing: remove claim that b.Run is safe for concurrent use
Russ Cox
2017-09-06
testing: use time.Since instead of time.Now().Sub
Daniel Martí
2017-08-28
all: remove some unused result params
Daniel Martí
2017-08-24
testing: parallelize tests over count
Dmitry Vyukov
2017-06-30
testing: revert CL 36791's conditional ReadMemStats
Brad Fitzpatrick
2017-06-29
testing: clarify rules for concurrent t.Run calls
Alberto Donizetti
2017-06-28
testing: always ReadMemStats before first benchmark run
Meir Fischer
2017-06-20
testing: harmonize handling of prefix-matched benchmarks
Russ Cox
2017-03-01
testing: fix Benchmark() to start at 1 iteration, not 100
Heschi Kreinick
2017-02-15
testing: fix stats bug for sub benchmarks
Marcel van Lohuizen
2017-02-11
testing: fix copy/paste in docs
Josh Bleecher Snyder
2017-02-11
testing: only call ReadMemStats if necessary when benchmarking
Josh Bleecher Snyder
2017-02-07
testing: print extra labels on benchmarks
Quentin Smith
2017-01-18
testing: make parallel t.Run safe again
Russ Cox
2016-12-09
Revert "testing: add T.Context method"
Joe Tsai
2016-11-03
testing: add T.Context method
Brad Fitzpatrick
2016-11-03
testing: mark tests and benchmarks failed if a race occurs during execution
Russ Cox
2016-10-19
cmd/go, testing: indicate when no tests are run
Caio Marcelo de Oliveira Filho
2016-10-18
testing: fix flag usage messages
Russ Cox
2016-08-10
testing: respect benchtime on very fast benchmarks
Josh Bleecher Snyder
2016-04-05
testing: improve output
Marcel van Lohuizen
2016-03-26
cmd/go: fix proc-count accumulation in benchmark name
Alberto Donizetti
2016-03-25
testing: probe with N=1
Marcel van Lohuizen
2016-03-22
testing: expose subtest and subbenchmark functionality
Marcel van Lohuizen
2016-03-22
testing: added name matcher and sanitizer
Marcel van Lohuizen
2016-03-18
testing: always ignore RunParallel in probe phase
Marcel van Lohuizen
2016-03-18
testing: implementation of subbenchmarks
Marcel van Lohuizen
2016-03-18
testing: hoisted chunks of code to prepare for Run method
Marcel van Lohuizen
2016-03-18
testing: prepare for the introduction of Run methods
Marcel van Lohuizen
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-28
testing: make failure in benchmark cause non-zero exit status
Caio Marcelo de Oliveira Filho
2015-12-01
testing: document that T and B are safe for concurrent calls
Russ Cox
[prev]
[next]