aboutsummaryrefslogtreecommitdiff
path: root/bench_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify code into default repo formatEuAndreh2025-01-221-151/+0
|
* remove unnecessary type parametersChris Wendt2022-06-081-4/+4
|
* BIG change: generic Var[T], txVar, etc.Chris Wendt2022-06-081-7/+7
|
* Move some benchmarks to be external testsMatt Joiner2020-09-101-86/+0
|
* Add custom VarValue and const for sleep backoffMatt Joiner2020-09-101-3/+3
|
* Add thundering herd testsMatt Joiner2020-08-281-0/+86
|
* Make returns explicitMatt Joiner2019-11-061-4/+4
|
* Add parallel PingPong benchmarkMatt Joiner2019-11-041-1/+20
| | | | This should help demonstrate any speed-up from removing global synchronization primitives.
* Add PingPong test and benchmarkMatt Joiner2019-10-231-0/+5
|
* Put benchmarks in their own fileMatt Joiner2019-10-231-0/+127