Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Only measure appending, not creating the buffer. | Christian Mollekopf | 2015-04-09 |
| | |||
* | Renamed Akonadi::Domain to Akonadi::ApplicationDomain | Christian Mollekopf | 2015-04-09 |
| | | | | Because it's really the application domain and not the akonadi domain. | ||
* | Use memcpy to copy tables into vectors. | Christian Mollekopf | 2015-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 Mollekopf | 2015-04-06 |
| | | | | To measure overhead of the communication to the separate process. | ||
* | DummyResourceBenchmark | Christian Mollekopf | 2015-01-27 |