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

Function DecodeAndVisitQuickJS

valdi/test/benchmark/ProtobufBenchmark.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88BENCHMARK(EncodeJSCore);
89
90static void DecodeAndVisitQuickJS(benchmark::State& state) {
91 doBench(JavaScriptEngineType::QuickJS, "makeDecoderVisitor", state);
92}
93BENCHMARK(DecodeAndVisitQuickJS);
94
95static void DecodeAndVisitJSCore(benchmark::State& state) {

Callers

nothing calls this directly

Calls 1

doBenchFunction · 0.85

Tested by

no test coverage detected