diff options
Diffstat (limited to 'benchmarks/main.cpp')
-rw-r--r-- | benchmarks/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/main.cpp b/benchmarks/main.cpp new file mode 100644 index 00000000000..c859b918976 --- /dev/null +++ b/benchmarks/main.cpp @@ -0,0 +1,6 @@ +// license:BSD-3-Clause +// copyright-holders:Miodrag Milanovic + +#include "benchmark/benchmark_api.h" + +BENCHMARK_MAIN();
\ No newline at end of file |