aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_closure.cc
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into cpp_bazelnessGravatar Craig Tiller2017-03-09
|\
| * BugfixesGravatar Craig Tiller2017-03-03
| |
| * Move helpers to a common place, use them everywhereGravatar Craig Tiller2017-03-03
| |
| * Add a spinlock type.Gravatar Craig Tiller2017-02-27
| | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance.
* | Merge github.com:grpc/grpc into cpp_bazelnessGravatar Craig Tiller2017-02-24
|\|
| * Separate CAS/ADD RMWsGravatar Craig Tiller2017-02-21
| |
| * Add counters for rmw atomic operations to microbenchmarksGravatar Craig Tiller2017-02-21
| |
* | Complete microbenchmarksGravatar Craig Tiller2017-02-17
|/
* Fix stack corruptionGravatar Craig Tiller2017-02-13
|
* Add a comparison benchmark of acquiring a mutexGravatar Craig Tiller2017-02-13
|
* Add benchmarks of closures, combiners, exec_ctx primitivesGravatar Craig Tiller2017-02-13