diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-06-21 11:03:00 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-06-21 17:18:08 -0700 |
commit | 4bfc5592239d96d6d352ddbbb906dde0ea4012be (patch) | |
tree | 69b21df248c309a83cdc837558a571e95f830107 /cmake/benchmark-files.cmake | |
parent | 6ec406b6affc423a366e74cfe0437a621bf11b81 (diff) | |
download | qtlocation-mapboxgl-4bfc5592239d96d6d352ddbbb906dde0ea4012be.tar.gz |
[core] add benchmark for vector tile parsing
Diffstat (limited to 'cmake/benchmark-files.cmake')
-rw-r--r-- | cmake/benchmark-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/benchmark-files.cmake b/cmake/benchmark-files.cmake index 0306340fe0..3736df11f6 100644 --- a/cmake/benchmark-files.cmake +++ b/cmake/benchmark-files.cmake @@ -9,6 +9,7 @@ set(MBGL_BENCHMARK_FILES # parse benchmark/parse/filter.benchmark.cpp + benchmark/parse/vector_tile.benchmark.cpp # src benchmark/src/main.cpp |