Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Sep 14, 2023
1 parent 41fb230 commit 7fccca2
Show file tree
Hide file tree
Showing 4 changed files with 10,265 additions and 10,342 deletions.
10 changes: 5 additions & 5 deletions core/test/audits/mainthread-work-breakdown-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ Object {
const output = await PageExecutionTimings.audit(artifacts, context);
expect(keyOutput(output)).toMatchInlineSnapshot(`
Object {
"other": 267,
"paintCompositeRender": 130,
"other": 319,
"paintCompositeRender": 152,
"parseHTML": 2,
"scriptEvaluation": 12,
"scriptEvaluation": 14,
"scriptParseCompile": 2,
"styleLayout": 363,
"styleLayout": 470,
}
`);
expect(Math.round(output.numericValue)).toMatchInlineSnapshot(`775`);
expect(Math.round(output.numericValue)).toMatchInlineSnapshot(`958`);
assert.equal(output.details.items.length, 6);
assert.equal(output.score, 1);
});
Expand Down
Loading

0 comments on commit 7fccca2

Please sign in to comment.