#include <fstream>
#include <iostream>
#include "benchmark/benchmark.h"
#include "benchmarks.pb.h"
#include "datasets/google_message1/proto2/benchmark_message1_proto2.pb.h"
#include "datasets/google_message1/proto3/benchmark_message1_proto3.pb.h"
#include "datasets/google_message2/benchmark_message2.pb.h"
#include "datasets/google_message3/benchmark_message3.pb.h"
#include "datasets/google_message4/benchmark_message4.pb.h"
Go to the source code of this file.
◆ PREFIX
#define PREFIX "dataset." |
◆ SUFFIX
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ ReadFile()
std::string ReadFile |
( |
const std::string & |
name | ) |
|
◆ RegisterBenchmarks()
void RegisterBenchmarks |
( |
const std::string & |
dataset_bytes | ) |
|
◆ RegisterBenchmarksForType()
template<class T >
void RegisterBenchmarksForType |
( |
const BenchmarkDataset & |
dataset | ) |
|