summaryrefslogtreecommitdiffstats
path: root/tests/dummyresourcebenchmark.cpp
Commit message (Collapse)AuthorAge
* Only measure appending, not creating the buffer.Christian Mollekopf2015-04-09
|
* Renamed Akonadi::Domain to Akonadi::ApplicationDomainChristian Mollekopf2015-04-09
| | | | Because it's really the application domain and not the akonadi domain.
* Use memcpy to copy tables into vectors.Christian Mollekopf2015-04-07
| | | | | | Ideally we wouldn't be copying at all, and somehow cast the table to a vector. Unfortunately I haven't figured out how to do that, and this solution at least gets us from 0.065 ms to 0.028 ms in testCreateCommand.
* Benchmark for in-process writing.Christian Mollekopf2015-04-06
| | | | To measure overhead of the communication to the separate process.
* DummyResourceBenchmarkChristian Mollekopf2015-01-27