Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ DecodeQuickJS
Function
DecodeQuickJS
valdi/test/benchmark/ProtobufBenchmark.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
static void DecodeQuickJS(benchmark::State& state) {
71
doBench(JavaScriptEngineType::QuickJS,
"makeDecoder"
, state);
72
}
73
BENCHMARK(DecodeQuickJS);
74
75
static void DecodeJSCore(benchmark::State& state) {
Callers
nothing calls this directly
Calls
1
doBench
Function · 0.85
Tested by
no test coverage detected