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