summaryrefslogtreecommitdiff
path: root/src/context/benchmark_test.go
Commit message (Expand)AuthorAgeFilesLines
* context: avoid importing context package twiceKevin Burke2021-02-241-2/+1
* context: reduce contention in cancelCtx.DoneJosh Bleecher Snyder2021-02-241-0/+15
* context: add benchmarks for context cancellationCarl Mastrangelo2018-05-291-0/+24
* context: avoid defer in the cancelCtx.Err methodKeegan Carruthers-Smith2018-04-151-0/+18
* runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin2017-09-121-1/+55
* context: adjust tests to avoid importing "testing" in package contextRuss Cox2016-11-031-0/+44