Skip to content

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

torchci/components/layout/NavBar.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ function NavBar() {
130130
name: "vLLM vs SGLang",
131131
href: "/benchmark/llms?repos=vllm-project%2Fvllm%2Csgl-project%2Fsglang",
132132
},
133+
{
134+
name: "PyTorch Operator Microbenchmark",
135+
href: "/benchmark/llms?repoName=pytorch%2Fpytorch&benchmarkName=PyTorch+operator+microbenchmark",
136+
},
133137
].sort((a, b) => a.name.localeCompare(b.name));
134138

135139
const devInfraDropdown = [

0 commit comments

Comments
 (0)