feat(performance): enhanced metrics display
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
|
||||
+1
-1
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user