Skip to content

Conversation

@dcramer
Copy link
Member

@dcramer dcramer commented Jun 29, 2017

Before:

time make develop
real	0m23.721s
user	0m16.093s
sys	0m7.922s

After:

time make develop
real	0m15.069s
user	0m18.554s
sys	0m8.496s

@ghost
Copy link

ghost commented Jun 29, 2017

1 Warning
⚠️ Changes to build requirements

Generated by 🚫 danger

@@ -1,13 +1,12 @@
CPUS ?= $(shell sysctl -n hw.ncpu || echo 1)
Copy link
Contributor

Choose a reason for hiding this comment

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

I like how this only works on OSX. I think you'll break it in Travis. Or I guess just fall back to 1.

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah we could probably tweak it, but i was mostly focused on making it faster in dev

Copy link
Contributor

@mattrobenolt mattrobenolt left a comment

Choose a reason for hiding this comment

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

ok

@dcramer dcramer merged commit 37abaa3 into master Jun 30, 2017
@dcramer dcramer deleted the make/parallel branch June 30, 2017 00:03
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants