Added Raw C++ benchmarks (#6924)

This commit is contained in:
Derek Bailey
2021-11-15 15:19:03 -08:00
committed by GitHub
parent 0989fc5e59
commit 97a30171cb
5 changed files with 195 additions and 43 deletions

View File

@@ -0,0 +1,10 @@
#ifndef BENCHMARKS_CPP_RAW_RAW_BENCH_H_
#define BENCHMARKS_CPP_RAW_RAW_BENCH_H_
#include <memory>
#include "benchmarks/cpp/bench.h"
std::unique_ptr<Bench> NewRawBench();
#endif // BENCHMARKS_CPP_RAW_RAW_BENCH_H_