aboutsummaryrefslogtreecommitdiff
path: root/src/context/benchmark_test.go
AgeCommit message (Expand)Author
2021-02-24context: avoid importing context package twiceKevin Burke
2021-02-24context: reduce contention in cancelCtx.DoneJosh Bleecher Snyder
2018-05-29context: add benchmarks for context cancellationCarl Mastrangelo
2018-04-15context: avoid defer in the cancelCtx.Err methodKeegan Carruthers-Smith
2017-09-12runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin
2016-11-03context: adjust tests to avoid importing "testing" in package contextRuss Cox