blob: 68bb278c26f3bac9eb3871d02d477265fb2b1404 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001#ifndef BENCHMARKS_CPP_RAW_RAW_BENCH_H_
2#define BENCHMARKS_CPP_RAW_RAW_BENCH_H_
3
4#include <memory>
5
6#include "benchmarks/cpp/bench.h"
7
8std::unique_ptr<Bench> NewRawBench();
9
10#endif // BENCHMARKS_CPP_RAW_RAW_BENCH_H_