diff --git a/torchci/components/NavBar.tsx b/torchci/components/NavBar.tsx index 98043337dd..60d28f4d57 100644 --- a/torchci/components/NavBar.tsx +++ b/torchci/components/NavBar.tsx @@ -84,11 +84,10 @@ function NavBar() { name: "Disabled Tests", href: "/disabled", }, - // uncomment after some eyeballs are on this - // { - // name: "Testing Overhead", - // href: "/testingoverhead" - // } + { + name: "Testing Overhead", + href: "/testing_overhead", + }, ]; return (