summaryrefslogtreecommitdiff
path: root/cmake/benchmark-files.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-261-2/+0
|
* [core] add algorithm for computing masks for raster tilesKonstantin Käfer2017-07-241-0/+1
|
* [benchmark] Add a benchmark for our dtoa implementationThiago Marcos P. Santos2017-07-121-0/+3
| | | | | | | Make sure it is faster than std::to_value(). And it is, by ~30% for the normal use case, and much faster when close to the double limits. util::dtoa also offers a much better precision.
* [benchmark] add render benchmarksIvo van Dongen2017-07-071-0/+1
|
* [core] add benchmark for vector tile parsingKonstantin Käfer2017-06-211-0/+1
|
* [tests] Added benchmarks for querying for featuresThiago Marcos P. Santos2016-10-051-0/+5
|
* [build] Re-add benchmark tests to the buildsystemThiago Marcos P. Santos2016-10-051-0/+15
Probably lost on the cmake migration