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

Function ValidateSmallNonAscii

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

Source from the content-addressed store, hash-verified

116}
117
118static void ValidateSmallNonAscii(
119 benchmark::State& state) { // NOLINT non-const reference
120 BenchmarkUTF8Validation(state, valid_non_ascii, true);
121}
122
123static void ValidateLargeAscii(benchmark::State& state) { // NOLINT non-const reference
124 auto s = MakeLargeString(valid_ascii, 100000);

Callers

nothing calls this directly

Calls 1

BenchmarkUTF8ValidationFunction · 0.85

Tested by

no test coverage detected