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

Function BenchmarkRenderToonArrayLarge

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

Source from the content-addressed store, hash-verified

28}
29
30func BenchmarkRenderToonArrayLarge(b *testing.B) {
31 b.ReportAllocs()
32 for b.Loop() {
33 _ = renderToonArray("agents", []string{"name", "provider", "model", "tools", "permissions"}, benchmarkTableRows)
34 }
35}
36
37func BenchmarkDecodeSSELargeStream(b *testing.B) {
38 ctx := context.Background()

Callers

nothing calls this directly

Calls 1

renderToonArrayFunction · 0.85

Tested by

no test coverage detected