Commit ef79d0af by Eric Fiselier

move basic_test over to minimal benchmark

parent 4242f2f1
#include <cstddef>
#include "benchmark/benchmark.h"
#include "benchmark/minimal_benchmark.h"
#define BASIC_BENCHMARK_TEST(x) \
BENCHMARK(x)->Arg(8)->Arg(512)->Arg(8192)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment