Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ print_metric
Function
print_metric
ci/process_benchmark_data.py:27–28 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
25
res = json.load(f)
26
27
def
print_metric(v):
28
return
f
"{v:.2f} ns"
if
v
else
"-"
29
30
print(
"# BENCHMARK RESULTS (AUTOGENERATED)"
)
31
Callers
1
process_benchmark_data.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected