MCPcopy Create free account
hub / github.com/Roy3838/Observer / BenchmarkPanelProps

Interface BenchmarkPanelProps

app/src/components/BenchmarkPanel.tsx:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import { GenerationMetrics, GEMMA_DISPLAY_NAMES, GemmaModelId } from '@utils/localLlm/types';
19
20interface BenchmarkPanelProps {
21 isVisible: boolean;
22}
23
24type ActiveBackend = 'llamacpp' | 'transformers' | 'ollama' | null;
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected