diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-10-04 18:39:54 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2016-10-05 11:12:16 +0300 |
commit | a38104ee2294117032891faca13ca7da834beaa3 (patch) | |
tree | 93871ecd554a893a72c735545e0b7158b5e022b9 /cmake | |
parent | 82b801250ef69cc9dc5f73f64c41ce6d37b86270 (diff) | |
download | qtlocation-mapboxgl-a38104ee2294117032891faca13ca7da834beaa3.tar.gz |
[tests] Added benchmarks for querying for features
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/benchmark-files.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/benchmark-files.cmake b/cmake/benchmark-files.cmake index 4e3045647d..0306340fe0 100644 --- a/cmake/benchmark-files.cmake +++ b/cmake/benchmark-files.cmake @@ -1,6 +1,9 @@ # Do not edit. Regenerate this with ./scripts/generate-benchmark-files.sh set(MBGL_BENCHMARK_FILES + # api + benchmark/api/query.benchmark.cpp + # include/mbgl benchmark/include/mbgl/benchmark.hpp @@ -12,4 +15,6 @@ set(MBGL_BENCHMARK_FILES # src/mbgl/benchmark benchmark/src/mbgl/benchmark/benchmark.cpp + benchmark/src/mbgl/benchmark/util.cpp + benchmark/src/mbgl/benchmark/util.hpp ) |