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

Function ValidateSmallAscii

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

Source from the content-addressed store, hash-verified

107}
108
109static void ValidateSmallAscii(benchmark::State& state) { // NOLINT non-const reference
110 BenchmarkASCIIValidation(state, valid_ascii, true);
111}
112
113static void ValidateSmallAlmostAscii(
114 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 1

BenchmarkASCIIValidationFunction · 0.85

Tested by

no test coverage detected