diff options
Diffstat (limited to 'benchmark/src/main.cpp')
-rw-r--r-- | benchmark/src/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmark/src/main.cpp b/benchmark/src/main.cpp new file mode 100644 index 0000000000..afe785140f --- /dev/null +++ b/benchmark/src/main.cpp @@ -0,0 +1,5 @@ +#include <mbgl/benchmark.hpp> + +int main(int argc, char* argv[]) { + return mbgl::runBenchmark(argc, argv); +} |