MCPcopy Create free account
hub / github.com/apache/arrow / WriteFileMetadataAndData

Function WriteFileMetadataAndData

cpp/src/parquet/metadata_benchmark.cc:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void WriteFileMetadataAndData(benchmark::State& state) {
135 MetadataBenchmark benchmark(&state);
136
137 for (auto _ : state) {
138 auto sink = benchmark.WriteFile(&state);
139 }
140 state.SetItemsProcessed(state.iterations());
141}
142
143void ReadFileMetadata(benchmark::State& state) {
144 MetadataBenchmark benchmark(&state);

Callers

nothing calls this directly

Calls 1

WriteFileMethod · 0.45

Tested by

no test coverage detected