From e23e230f72f40c23bebe341b91f82c665b2edbaf Mon Sep 17 00:00:00 2001 From: Huy Do Date: Wed, 19 Nov 2025 16:30:42 -0800 Subject: [PATCH] Bring back ET dashboard per ET request Signed-off-by: Huy Do --- .../benchmark_v3/configs/configurations.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/torchci/components/benchmark_v3/configs/configurations.tsx b/torchci/components/benchmark_v3/configs/configurations.tsx index 641530a321..da0d153119 100644 --- a/torchci/components/benchmark_v3/configs/configurations.tsx +++ b/torchci/components/benchmark_v3/configs/configurations.tsx @@ -257,4 +257,16 @@ export const BENCHMARK_CATEGORIES: BenchmarkCategoryGroup[] = [ }, ], }, + { + title: "ExecuTorch Benchmarks", + subtitle: "Benchmarks related to repo pytorch/executorch", + tags: ["repo:pytorch/executorch"], + items: [ + { + name: "ExecuTorch Benchmark", + route: "/benchmark/llms?repoName=pytorch%2Fexecutorch", + info: "Powered by [code](https://github.com/pytorch/executorch/tree/main/.github/workflows)", + }, + ], + }, ];