MCPcopy
hub / github.com/toon-format/toon / FormatMetrics

Interface FormatMetrics

benchmarks/scripts/token-efficiency-benchmark.ts:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { createProgressBar, ensureDir, tokenize } from '../src/utils.ts'
10
11interface FormatMetrics {
12 name: string
13 tokens: number
14 savings: number
15 savingsPercent: number
16}
17
18interface BenchmarkResult {
19 dataset: Dataset

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…