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

Function ValidateLargeAscii

cpp/src/arrow/util/utf8_util_benchmark.cc:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static void ValidateLargeAscii(benchmark::State& state) { // NOLINT non-const reference
124 auto s = MakeLargeString(valid_ascii, 100000);
125 BenchmarkASCIIValidation(state, s, true);
126}
127
128static void ValidateLargeAlmostAscii(
129 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 2

MakeLargeStringFunction · 0.85
BenchmarkASCIIValidationFunction · 0.85

Tested by

no test coverage detected