C++11: Laid foundation for benchmark tests. We need more of them!
This commit is contained in:
10
src/Benchmark/main.cpp
Normal file
10
src/Benchmark/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* main.cpp
|
||||
*
|
||||
* Created on: Nov 19, 2015
|
||||
* Author: ebke
|
||||
*/
|
||||
|
||||
#include <benchmark/benchmark_api.h>
|
||||
|
||||
BENCHMARK_MAIN();
|
||||
Reference in New Issue
Block a user