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

AWS SDK v2 seems to be a few seconds slower per command than v1 #94

Open
anfleene opened this issue May 27, 2016 · 0 comments
Open

AWS SDK v2 seems to be a few seconds slower per command than v1 #94

anfleene opened this issue May 27, 2016 · 0 comments

Comments

@anfleene
Copy link
Contributor

anfleene commented May 27, 2016

V2

$ time be bin/opsicle instances staging
bundle exec bin/opsicle instances staging  1.36s user 0.63s system 49% cpu 4.022 total
$ time be bin/opsicle instances staging
bundle exec bin/opsicle instances staging  1.11s user 0.39s system 41% cpu 3.615 total
$ time be bin/opsicle instances staging
bundle exec bin/opsicle instances staging  1.13s user 0.44s system 53% cpu 2.954 total
$ time be bin/opsicle instances staging
bundle exec bin/opsicle instances staging  0.99s user 0.30s system 57% cpu 2.230 total
$ time be bin/opsicle instances staging
bundle exec bin/opsicle instances staging  1.05s user 0.34s system 52% cpu 2.646 total
$ time be bin/opsicle instances staging
bundle exec bin/opsicle instances staging  1.09s user 0.37s system 55% cpu 2.651 total
$ time be bin/opsicle instances staging
bundle exec bin/opsicle instances staging  1.19s user 0.54s system 45% cpu 3.839 total
$ time be bin/opsicle instances staging
bundle exec bin/opsicle instances staging  0.93s user 0.30s system 49% cpu 2.492 total

VS

V1

$ time opsicle instances staging
opsicle instances staging  0.53s user 0.15s system 43% cpu 1.545 total
$ time opsicle instances staging
opsicle instances staging  0.53s user 0.17s system 48% cpu 1.448 total
$ time opsicle instances staging
opsicle instances staging  0.55s user 0.18s system 45% cpu 1.604 total
$ time opsicle instances staging
opsicle instances staging  0.47s user 0.18s system 39% cpu 1.658 total
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

No branches or pull requests

1 participant