Commit 490395b2 by CaIon

feat(performance): enhanced metrics display

parent 6ad5dbb6
......@@ -33,7 +33,7 @@ import {
import type { PerfModelSummary } from '@/features/performance-metrics/types'
const PERFORMANCE_WINDOW_HOURS = 24
const TOP_MODEL_LIMIT = 5
const TOP_MODEL_LIMIT = 6
type WeightedMetric = 'avg_latency_ms' | 'avg_tps' | 'success_rate'
......
......@@ -33,7 +33,7 @@ import {
import type { PerfModelSummary } from '@/features/performance-metrics/types'
const PERFORMANCE_WINDOW_HOURS = 24
const TOP_MODEL_LIMIT = 5
const TOP_MODEL_LIMIT = 6
type WeightedMetric = 'avg_latency_ms' | 'avg_tps' | 'success_rate'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment