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

Function ValidateLargeNonAscii

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

Source from the content-addressed store, hash-verified

132}
133
134static void ValidateLargeNonAscii(
135 benchmark::State& state) { // NOLINT non-const reference
136 auto s = MakeLargeString(valid_non_ascii, 100000);
137 BenchmarkUTF8Validation(state, s, true);
138}
139
140BENCHMARK(ValidateTinyAscii);
141BENCHMARK(ValidateTinyNonAscii);

Callers

nothing calls this directly

Calls 2

MakeLargeStringFunction · 0.85
BenchmarkUTF8ValidationFunction · 0.85

Tested by

no test coverage detected