Last active
October 20, 2015 17:24
-
-
Save mboersma/f6d001ee9826d04b7deb to your computer and use it in GitHub Desktop.
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
config:set BEFORE (elapsed seconds) | config:set AFTER | % Slower | deis create testapp | |
---|---|---|---|---|
38 | 39 | 2.63 | time git push deis master | |
23 | 36 | 56.52 | time deis config:set POWERED_BY=Aliens | |
17 | 33 | 94.12 | time deis config:set POWERED_BY=Rockets | |
22 | 33 | 50.00 | time deis config:set FOO=bar | |
27 | 43 | 59.26 | time deis config:unset FOO | |
20 | 32 | 60.00 | deis destroy -a testapp --confirm=testapp | |
17 | 34 | 100.00 | ||
18 | 32 | 77.78 | ||
28 | 44 | 57.14 | ||
23 | 38 | 65.22 | ||
18 | 33 | 83.33 | ||
17 | 33 | 94.12 | ||
deis pull BEFORE | deis pull AFTER | deis create testapp --no-remote | ||
16 | 21 | 31.25 | time deis pull mboersma/nodejs-hello -a testapp | |
20 | 27 | 35.00 | time deis config:set -a testapp POWERED_BY=Aliens | |
16 | 21 | 31.25 | deis destroy -a testapp --confirm=testapp | |
24 | 24 | 0.00 | ||
17 | 19 | 11.76 | ||
25 | 22 | -12.00 | ||
Total | ||||
49.85 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment