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
2022-11-07
testing: Document RunParallel ns/op behavior
Felix Geisendörfer
2022-10-26
testing: fix many test2json inaccuracies
Russ Cox
2022-09-16
cmd/go, testing: add go test -skip flag
Russ Cox
2022-08-29
testing: convert common.hasSub to atomic type
cuiweixie
2022-08-25
testing: add Elapsed method to testing.B
hopehook
2022-08-16
testing: do not print 'root' benchName during test of package testing
Russ Cox
2021-10-31
testing: remove redundant type conversion
Alexander Melentyev
2021-10-07
testing: with -benchtime=1x, run the benchmark loop exactly once
Caleb Spare
2021-09-10
[dev.fuzz] testing: allow -fuzzminimizetime to be 0
Katie Hockman
2021-05-17
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
Katie Hockman
2021-04-19
testing: 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 executions
Jay Conrod
2020-11-07
testing: increase benchmark output to four significant figures
Austin Clements
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
[next]