MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / render_bench_subtab

Function render_bench_subtab

benchmarks/src/postprocessing/overview.py:77–78  ·  view source on GitHub ↗
(child, name)

Source from the content-addressed store, hash-verified

75
76def render_hq_comparison(entries: List[BenchmarkEntry]):
77 def render_bench_subtab(child, name):
78 return Tabs(tabs=[Panel(child=child, title=name)])
79
80 tabs = []
81 reports = [entry.report for entry in entries]

Callers 1

render_hq_comparisonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected