MCPcopy 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
27def print_metric(v):
28 return f"{v:.2f} ns" if v else "-"
29
30print("# BENCHMARK RESULTS (AUTOGENERATED)")
31

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected