diff options
author | Anand Thakker <anandthakker@users.noreply.github.com> | 2017-08-29 10:03:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-29 10:03:57 -0400 |
commit | d436bcd56b2a2b68195f546c11919dd46e8049ce (patch) | |
tree | c9eccd5a1248e5128a47e4f643f5afd2c7621773 /cmake | |
parent | a2712f6fa439af976f7c17685b78340cb14d67a1 (diff) | |
download | qtlocation-mapboxgl-d436bcd56b2a2b68195f546c11919dd46e8049ce.tar.gz |
Add {Source,CompositeCamera}Function benchmarks (#9838)
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/benchmark-files.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/benchmark-files.cmake b/cmake/benchmark-files.cmake index f17d95941d..9161209128 100644 --- a/cmake/benchmark-files.cmake +++ b/cmake/benchmark-files.cmake @@ -5,6 +5,11 @@ set(MBGL_BENCHMARK_FILES benchmark/api/query.benchmark.cpp benchmark/api/render.benchmark.cpp + # function + benchmark/function/camera_function.benchmark.cpp + benchmark/function/composite_function.benchmark.cpp + benchmark/function/source_function.benchmark.cpp + # include/mbgl benchmark/include/mbgl/benchmark.hpp @@ -18,6 +23,7 @@ set(MBGL_BENCHMARK_FILES # src/mbgl/benchmark benchmark/src/mbgl/benchmark/benchmark.cpp + benchmark/src/mbgl/benchmark/stub_geometry_tile_feature.hpp # util benchmark/util/dtoa.benchmark.cpp |