Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
BENCHMARK(DecodeJSCore);
79
80
static void EncodeQuickJS(benchmark::State& state) {
81
doBench(JavaScriptEngineType::QuickJS,
"makeEncoder"
, state);
82
}
83
BENCHMARK(EncodeQuickJS);
84
85
static void EncodeJSCore(benchmark::State& state) {
Callers
nothing calls this directly
Calls
1
doBench
Function · 0.85
Tested by
no test coverage detected