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

Function ValidateSmallAlmostAscii

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

Source from the content-addressed store, hash-verified

111}
112
113static void ValidateSmallAlmostAscii(
114 benchmark::State& state) { // NOLINT non-const reference
115 BenchmarkUTF8Validation(state, valid_almost_ascii, true);
116}
117
118static void ValidateSmallNonAscii(
119 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 1

BenchmarkUTF8ValidationFunction · 0.85

Tested by

no test coverage detected