summaryrefslogtreecommitdiffstats
path: root/tests/dummyresourcebenchmark.cpp
Commit message (Collapse)AuthorAge
* 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