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

Function EncodeJSCore

valdi/test/benchmark/ProtobufBenchmark.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83BENCHMARK(EncodeQuickJS);
84
85static void EncodeJSCore(benchmark::State& state) {
86 doBench(JavaScriptEngineType::JSCore, "makeEncoder", state);
87}
88BENCHMARK(EncodeJSCore);
89
90static void DecodeAndVisitQuickJS(benchmark::State& state) {

Callers

nothing calls this directly

Calls 1

doBenchFunction · 0.85

Tested by

no test coverage detected