summaryrefslogtreecommitdiff
path: root/cmake/benchmark-files.cmake
blob: 91612091285bac72a2424582df9a946a3fc7c624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Do not edit. Regenerate this with ./scripts/generate-benchmark-files.sh

set(MBGL_BENCHMARK_FILES
    # api
    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

    # parse
    benchmark/parse/filter.benchmark.cpp
    benchmark/parse/tile_mask.benchmark.cpp
    benchmark/parse/vector_tile.benchmark.cpp

    # src
    benchmark/src/main.cpp

    # src/mbgl/benchmark
    benchmark/src/mbgl/benchmark/benchmark.cpp
    benchmark/src/mbgl/benchmark/stub_geometry_tile_feature.hpp

    # util
    benchmark/util/dtoa.benchmark.cpp
)