Skip to content

Commit

Permalink
Update call
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Feb 6, 2024
1 parent 20660cd commit 5421fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-testing/measuring-performances/performance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Scraper.with(async (scraper) => {
// seen between R66 and R69: they both need the expensive background color
// computation which is cached and therefore only "charged" on one of them…
const startCascade = commonPerformance.mark("cascade").start;
Cascade.of(document, device);
Cascade.from(document, device);
commonPerformance.measure("cascade", startCascade);

const startAria = commonPerformance.mark("aria-tree").start;
Expand Down

0 comments on commit 5421fc0

Please sign in to comment.