11 lines
129 B
C++
11 lines
129 B
C++
/*
|
|
* main.cpp
|
|
*
|
|
* Created on: Nov 19, 2015
|
|
* Author: ebke
|
|
*/
|
|
|
|
#include <benchmark/benchmark_api.h>
|
|
|
|
BENCHMARK_MAIN();
|