MCPcopy Create free account
hub / github.com/compozy/agh / BenchmarkRenderHumanTableLarge

Function BenchmarkRenderHumanTableLarge

internal/cli/perf_bench_test.go:23–28  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

21)
22
23func BenchmarkRenderHumanTableLarge(b *testing.B) {
24 b.ReportAllocs()
25 for b.Loop() {
26 _ = renderHumanTable("Agents", benchmarkTableHeaders, benchmarkTableRows)
27 }
28}
29
30func BenchmarkRenderToonArrayLarge(b *testing.B) {
31 b.ReportAllocs()

Callers

nothing calls this directly

Calls 1

renderHumanTableFunction · 0.85

Tested by

no test coverage detected