Skip to content

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

torchci/components/benchmark_v3/configs/configurations.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,16 @@ export const BENCHMARK_CATEGORIES: BenchmarkCategoryGroup[] = [
257257
},
258258
],
259259
},
260+
{
261+
title: "ExecuTorch Benchmarks",
262+
subtitle: "Benchmarks related to repo pytorch/executorch",
263+
tags: ["repo:pytorch/executorch"],
264+
items: [
265+
{
266+
name: "ExecuTorch Benchmark",
267+
route: "/benchmark/llms?repoName=pytorch%2Fexecutorch",
268+
info: "Powered by [code](https://github.com/pytorch/executorch/tree/main/.github/workflows)",
269+
},
270+
],
271+
},
260272
];

0 commit comments

Comments
 (0)