mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 20:35:42 +00:00
Added Raw C++ benchmarks (#6924)
This commit is contained in:
10
benchmarks/cpp/raw/raw_bench.h
Normal file
10
benchmarks/cpp/raw/raw_bench.h
Normal 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_
|
||||
Reference in New Issue
Block a user