Skip to content

Commit

Permalink
fix: changes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jun 27, 2024
1 parent 93d5e4a commit c97e8b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/e2e/testRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,14 @@ const runTests = async (): Promise<void> => {
attachTestResult({
name: `${test.name} (CPU/JS)`,
branch,
duration: metrics.jsThread,
metric: metrics.jsThread,
unit: '%',
});
attachTestResult({
name: `${test.name} (CPU/UI)`,
branch,
duration: metrics.uiThread,
metric: metrics.uiThread,
unit: '%',
});
}
removeListener();
Expand Down

0 comments on commit c97e8b5

Please sign in to comment.