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

Function ValidateLargeAlmostAscii

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

Source from the content-addressed store, hash-verified

126}
127
128static void ValidateLargeAlmostAscii(
129 benchmark::State& state) { // NOLINT non-const reference
130 auto s = MakeLargeString(valid_almost_ascii, 100000);
131 BenchmarkUTF8Validation(state, s, true);
132}
133
134static void ValidateLargeNonAscii(
135 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 2

MakeLargeStringFunction · 0.85
BenchmarkUTF8ValidationFunction · 0.85

Tested by

no test coverage detected