mirror of https://github.com/google/benchmark.git
move basic_test over to minimal benchmark
This commit is contained in:
parent
4242f2f1d7
commit
ef79d0af9f
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include <cstddef>
|
||||
|
||||
#include "benchmark/benchmark.h"
|
||||
#include "benchmark/minimal_benchmark.h"
|
||||
|
||||
#define BASIC_BENCHMARK_TEST(x) \
|
||||
BENCHMARK(x)->Arg(8)->Arg(512)->Arg(8192)
|
||||
|
|
Loading…
Reference in New Issue