MCPcopy Create free account
hub / github.com/Snapchat/Valdi / DecodeAndVisitMapQuickJS

Function DecodeAndVisitMapQuickJS

valdi/test/benchmark/ProtobufBenchmark.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98BENCHMARK(DecodeAndVisitJSCore);
99
100static void DecodeAndVisitMapQuickJS(benchmark::State& state) {
101 doBench(JavaScriptEngineType::QuickJS, "makeMapDecoderVisitor", state);
102}
103BENCHMARK(DecodeAndVisitMapQuickJS);
104
105static void DecodeAndVisitMapJSCore(benchmark::State& state) {

Callers

nothing calls this directly

Calls 1

doBenchFunction · 0.85

Tested by

no test coverage detected