• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_