Skip to content

tests(trace-parser): use fs over require#4209

Merged
paulirish merged 1 commit intomasterfrom
what_the
Jan 9, 2018
Merged

tests(trace-parser): use fs over require#4209
paulirish merged 1 commit intomasterfrom
what_the

Conversation

@patrickhulce
Copy link
Collaborator


assert.ok(bytesRead > 256 * 1024 * 1024, `${bytesRead} bytes read`);
assert.strictEqual(bytesRead, 270179102, `${bytesRead} bytes read`);
assert.strictEqual(bytesRead, 270128965, `${bytesRead} bytes read`);
Copy link
Member

Choose a reason for hiding this comment

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

yes we were actually overreporting the true size. it was the size AFTER devtools timelinemodel made its adjustments.
those adjustments detailed #3855 (comment) and in a few subsequent comments.

so now we'll not count 50kb worth of some extra url properties. \o/ funny.

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.

3 participants