Skip to content

Commit 18ac37a

Browse files
authored
Remove inactive benchmarks (#7351)
Remove inactive benchmarks from hud
1 parent 8fc316e commit 18ac37a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

torchci/components/benchmark/v3/pages/BenchmarkListPage.tsx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ export const categories: BenchmarkCategoryGroup[] = [
7171
tags: ["repo:pytorch/torchao"],
7272
subtitle: "Benchmarks related to repo pytorch/torchao",
7373
items: [
74-
{
75-
name: "TorchAO Benchmark",
76-
route: "/benchmark/llms?repoName=pytorch%2Fao",
77-
},
7874
{
7975
name: "TorchAO Micro API Benchmark",
8076
route:
@@ -83,19 +79,6 @@ export const categories: BenchmarkCategoryGroup[] = [
8379
},
8480
],
8581
},
86-
{
87-
title: "ExecuTorch Benchmarks",
88-
tags: ["repo:pytorch/executorch"],
89-
subtitle: "Benchmarks related to repo pytorch/executorch",
90-
items: [
91-
{
92-
name: "ExecuTorch Benchmark",
93-
route: "/benchmark/llms?repoName=pytorch%2Fexecutorch",
94-
info: "Powered by [apple-perf](https://github.com/pytorch/executorch/blob/main/.github/workflows/apple-perf.yml) \
95-
and [android-perf](https://github.com/pytorch/executorch/blob/main/.github/workflows/android-perf.yml) workflows",
96-
},
97-
],
98-
},
9982
{
10083
title: "vLLM Benchmarks ",
10184
tags: ["repo:vllm-project/vllm"],

0 commit comments

Comments
 (0)