Skip to content

Commit

Permalink
Bug 1936640 - Add mozperftest harness as a valid harness to show prof…
Browse files Browse the repository at this point in the history
…iling button on. (#8350)
  • Loading branch information
gmierz authored Dec 12, 2024
1 parent 82ff444 commit 81c3add
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/helpers/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export const isPerfTest = function isPerfTest(job) {
(name) =>
name.toLowerCase().includes('talos') ||
name.toLowerCase().includes('raptor') ||
name.toLowerCase().includes('browsertime'),
name.toLowerCase().includes('browsertime') ||
name.toLowerCase().includes('perftest'),
);
};

Expand Down

0 comments on commit 81c3add

Please sign in to comment.