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

Dependencies optimisation #34

Merged
merged 1 commit into from
Jul 8, 2019
Merged

Dependencies optimisation #34

merged 1 commit into from
Jul 8, 2019

Conversation

xobotyi
Copy link
Contributor

@xobotyi xobotyi commented Jul 8, 2019

  • Separated benchmarks-related dependencies to different package.json.
    There is no need to install these dependencies for those who not planning to run benches;
  • Added npm script to run benchmarks npm run benchmark;

@coveralls
Copy link

coveralls commented Jul 8, 2019

Coverage Status

Coverage remained the same at 95.783% when pulling 3659f2e on xobotyi:deps-optimisations into a7bf530 on epoberezkin:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.783% when pulling f9c60a2 on xobotyi:deps-optimisations into a7bf530 on epoberezkin:master.

Copy link
Owner

@epoberezkin epoberezkin left a comment

Choose a reason for hiding this comment

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

Cool - thank you

"shallow-equal-fuzzy": "0.0.2",
"underscore": "^1.9.1"
}
}
Copy link
Owner

Choose a reason for hiding this comment

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

Should the versions be “latest” maybe?

Copy link
Contributor Author

@xobotyi xobotyi Jul 8, 2019

Choose a reason for hiding this comment

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

@epoberezkin Reasonable. Replaces comparing libs versions with latest.

There is no need to install these dependencies for those who not planning to run benches;
Added npm script to run benchmarks `npm run benchmark`;
@epoberezkin epoberezkin merged commit 95aa50e into epoberezkin:master Jul 8, 2019
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