Created
March 17, 2013 11:59
-
-
Save dcarley/5181247 to your computer and use it in GitHub Desktop.
Vagrant 1.0 and 1.1 speed for Vagrantfile with 60 VMs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dcarley-MBA:vagrant-govuk dcarley$ b vagrant --version | |
Vagrant version 1.0.5 | |
dcarley-MBA:vagrant-govuk dcarley$ time b vagrant status >/dev/null | |
real 0m3.430s | |
user 0m3.528s | |
sys 0m1.172s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dcarley-MBA:vagrant-govuk dcarley$ vagrant --version | |
Vagrant version 1.1.0 | |
dcarley-MBA:vagrant-govuk dcarley$ time vagrant status >/dev/null | |
real 0m5.718s | |
user 0m4.668s | |
sys 0m0.921s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dcarley-MBA:vagrant-govuk dcarley$ vagrant status | grep \(virtualbox\) | wc -l | |
60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment