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

Function EncodeQuickJS

valdi/test/benchmark/ProtobufBenchmark.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78BENCHMARK(DecodeJSCore);
79
80static void EncodeQuickJS(benchmark::State& state) {
81 doBench(JavaScriptEngineType::QuickJS, "makeEncoder", state);
82}
83BENCHMARK(EncodeQuickJS);
84
85static void EncodeJSCore(benchmark::State& state) {

Callers

nothing calls this directly

Calls 1

doBenchFunction · 0.85

Tested by

no test coverage detected