Searched refs:BenchmarkOptions (Results 1 – 2 of 2) sorted by relevance
138 struct BenchmarkOptions { struct245 typedef BenchmarkOptions<ExampleStore<BytesFiller>, kSparse> SparseString;246 typedef BenchmarkOptions<ExampleStore<BytesFiller>, kDense> DenseString;247 typedef BenchmarkOptions<ExampleStore<BytesFiller>, kVarLenDense>249 typedef BenchmarkOptions<ExampleStore<Int64Filler>, kSparse> SparseInt64;250 typedef BenchmarkOptions<ExampleStore<Int64Filler>, kDense> DenseInt64;251 typedef BenchmarkOptions<ExampleStore<Int64Filler>, kVarLenDense>253 typedef BenchmarkOptions<ExampleStore<FloatFiller>, kSparse> SparseFloat;254 typedef BenchmarkOptions<ExampleStore<FloatFiller>, kDense> DenseFloat;255 typedef BenchmarkOptions<ExampleStore<FloatFiller>, kVarLenDense>
37 private class BenchmarkOptions class in Grpc.Microbenchmarks.Program46 var parserResult = Parser.Default.ParseArguments<BenchmarkOptions>(args) in Main()