(child, name)
| 75 | |
| 76 | def 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] |
no outgoing calls
no test coverage detected