From fa5d49d456eac2f0d064a936e608588370e2741e Mon Sep 17 00:00:00 2001 From: Oguz Ulgen Date: Mon, 24 Feb 2025 20:30:20 -0800 Subject: [PATCH] Remove Speedup from list of metrics --- torchci/components/benchmark/llms/SummaryPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchci/components/benchmark/llms/SummaryPanel.tsx b/torchci/components/benchmark/llms/SummaryPanel.tsx index fc117273cb..94fe6e48c2 100644 --- a/torchci/components/benchmark/llms/SummaryPanel.tsx +++ b/torchci/components/benchmark/llms/SummaryPanel.tsx @@ -221,7 +221,7 @@ export function SummaryPanel({ return ( repoName !== "pytorch/pytorch" || benchmarkName !== "TorchCache Benchmark" || - metric !== "speedup" + (metric !== "speedup" && metric !== "Speedup") ); }) .map((metric: string) => {