Skip to content

Commit

Permalink
fix ad speed benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Jan 14, 2025
1 parent cd3da11 commit d49ef4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/benchmark/test-ad-load-time.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const interceptCommercial = (page: Page) =>
});
}
const body = await readFile(
resolve(`dist/bundle/prod/${path}`),
resolve(`dist/prod/artifacts/commercial/${path}`),
'utf-8',
);
await route.fulfill({
Expand Down

0 comments on commit d49ef4a

Please sign in to comment.