Skip to content

Commit

Permalink
add Testing overhead dashboard to navbar (#5354)
Browse files Browse the repository at this point in the history
Co-authored-by: PaliC <>
  • Loading branch information
PaliC authored Jun 20, 2024
1 parent 174fa79 commit 31528be
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions torchci/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 31528be

Please sign in to comment.