Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ load_benchmark_data
Function
load_benchmark_data
benchmarks/cpp/benchmark_report.py:189–192 ·
view source on GitHub ↗
(json_file)
Source
from the content-addressed store, hash-verified
187
188
# === Read and parse benchmark JSON ===
189
def
load_benchmark_data(json_file):
190
with
open(json_file,
"r"
, encoding=
"utf-8"
)
as
f:
191
data = json.load(f)
192
return
data
193
194
195
# === Data storage ===
Callers
1
benchmark_report.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected