xref: /aosp_15_r20/external/flatbuffers/benchmarks/cpp/raw/raw_bench.h (revision 890232f25432b36107d06881e0a25aaa6b473652)
1 #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 
8 std::unique_ptr<Bench> NewRawBench();
9 
10 #endif  // BENCHMARKS_CPP_RAW_RAW_BENCH_H_