Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add base fast mode config #2702

Merged
merged 1 commit into from
Jul 17, 2017
Merged

feat: add base fast mode config #2702

merged 1 commit into from
Jul 17, 2017

Conversation

patrickhulce
Copy link
Collaborator

@patrickhulce patrickhulce commented Jul 17, 2017

in the name of FastMode (#2703)

starting point for the FastMode config that I'll be adding to/burning down on for fast mode work

Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

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

👍

We should get a fast mode explainer issue (even a placeholder for now) up soon to point these PRs at

@patrickhulce
Copy link
Collaborator Author

done!

@patrickhulce patrickhulce merged commit 5d61056 into master Jul 17, 2017
@patrickhulce patrickhulce deleted the fast_config branch July 17, 2017 18:47
pauseAfterLoadMs: 0,
networkQuietThresholdMs: 500,
cpuQuietThresholdMs: 500,
gatherers: [],
Copy link
Member

Choose a reason for hiding this comment

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

this is kinda confusing.

passName above makes sure this will "overwrite" the default defaultPass definition. And indeed the 29-32 properties overwrite.
But the array is concat'd so the default gatherers are still included.

Can we add a short comment here to explain what's going on? Or augment configuration.md and link to that.

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