Skip to content

Commit

Permalink
feat(report): autoselect new threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Almouro committed Mar 4, 2024
1 parent f0c315c commit f7339a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/web-reporter-ui/src/sections/CPUReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ const perThreadCpuAnnotationInterval = [{ y: 90, y2: 100, color: "#E62E2E", labe
const autoSelectedThreads = [
ThreadNames.RN.JS_IOS,
ThreadNames.RN.JS_ANDROID,
ThreadNames.RN.JS_BRIDGELESS_ANDROID,
ThreadNames.FLUTTER.UI,
ThreadNames.ANDROID.UI,
ThreadNames.IOS.UI,
// TODO: add more threads
];

const getAutoSelectedThreads = (results: AveragedTestCaseResult[]) => {
Expand Down

0 comments on commit f7339a1

Please sign in to comment.