summaryrefslogtreecommitdiff
path: root/perf/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
|
* Add inproc performance tests.Garrett D'Amore2017-01-05
|
* Implement throughput performance tests.Garrett D'Amore2017-01-05
| | | | | | | The throughput performance tests "try" to avoid hitting the allocator, but I think this actually causes other cache related performance, and the receive thread still has to perform a message allocation, leading to really rotten performance. Its probably time to think about a message pool.
* Add initial performanced tests.Garrett D'Amore2017-01-05