Commit d7166022 by Eric Fiselier

fix minimal_benchmark.h include

parent 8e72846d
#include <cstddef> #include <cstddef>
#include "benchmark/minimal_benchmark.h" #include "benchmark/benchmark_api.h"
#define BASIC_BENCHMARK_TEST(x) \ #define BASIC_BENCHMARK_TEST(x) \
BENCHMARK(x)->Arg(8)->Arg(512)->Arg(8192) 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