MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / BM_Utf8Validate_String_AsciiTen

Function BM_Utf8Validate_String_AsciiTen

internal/utf8_test.cc:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380BENCHMARK(BM_Utf8IsValid_Cord_JapaneseTen);
381
382void BM_Utf8Validate_String_AsciiTen(benchmark::State& state) {
383 for (auto s : state) {
384 benchmark::DoNotOptimize(Utf8Validate("0123456789"));
385 }
386}
387
388BENCHMARK(BM_Utf8Validate_String_AsciiTen);
389

Callers

nothing calls this directly

Calls 1

Utf8ValidateFunction · 0.85

Tested by

no test coverage detected