Skip to content

tests: update interactive test trace#16001

Merged
connorjclark merged 1 commit intomainfrom
inter-trace
May 15, 2024
Merged

tests: update interactive test trace#16001
connorjclark merged 1 commit intomainfrom
inter-trace

Conversation

@connorjclark
Copy link
Copy Markdown
Collaborator

Needed the trace used in computed/metrics/interactive-test.js to be modern for trace engine. Required using provided throttling otherwise got a NO_TTI_CPU_IDLE_PERIOD error.

ref #15841

@connorjclark connorjclark requested a review from a team as a code owner May 14, 2024 23:11
@connorjclark connorjclark requested review from adamraine and removed request for a team May 14, 2024 23:11

const devtoolsLog = readJson('../../../fixtures/artifacts/progressive-app/devtoolslog.json', import.meta);
const devtoolsLog = readJson('../../../fixtures/traces/progressive-app-m60.devtools.log.json', import.meta);
const devtoolsLogWithRedirect = readJson('../../../fixtures/artifacts/redirect/devtoolslog.json', import.meta);
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted on purpose. the tests are too tailored to the original trace. better to not modify.

@connorjclark connorjclark changed the title test: update interactive test trace tests: update interactive test trace May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants