Skip to content

Commit

Permalink
Fix path for dashboard link page (#4924)
Browse files Browse the repository at this point in the history
Update the correct path for the performance-dashboard documentation page
  • Loading branch information
chauhang authored Feb 8, 2024
1 parent 250242b commit d43215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchci/pages/benchmark/compilers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const PASSRATE_DISPLAY_NAME_REGEX = new RegExp("^([0-9]+)%,\\s.+$");

// A help link to explain the metrics used in the dashboard
export const HELP_LINK =
"https://pytorch.org/docs/main/compile/performance-dashboard.html";
"https://pytorch.org/docs/main/torch.compiler_performance_dashboard.html";

export const SHA_DISPLAY_LENGTH = 10;
export const LAST_N_DAYS = 7;
Expand Down

0 comments on commit d43215e

Please sign in to comment.