Skip to content

Commit

Permalink
Add HUD page for torchbench userbenchmark (#4730)
Browse files Browse the repository at this point in the history
This is to address pytorch/benchmark#1893

Demo of the the example userbenchmark page:

<img width="1672" alt="image"
src="https://github.com/pytorch/test-infra/assets/502017/66e3cfcf-738a-4de6-b5d9-204444b7a47c">
  • Loading branch information
xuzhao9 authored Nov 14, 2023
1 parent 5fbbad2 commit ee08105
Show file tree
Hide file tree
Showing 10 changed files with 463 additions and 205 deletions.
4 changes: 4 additions & 0 deletions torchci/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ function NavBar() {
name: "Failures Classifier",
href: "/failedjobs/pytorch/pytorch/main",
},
{
name: "TorchBench",
href: "/torchbench/userbenchmark",
},
// uncomment after some eyeballs are on this
// {
// name: "Testing Overhead",
Expand Down
Loading

1 comment on commit ee08105

@vercel
Copy link

@vercel vercel bot commented on ee08105 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.