Last active
August 29, 2015 14:05
-
-
Save hmarr/c1def5eebf3f084ad775 to your computer and use it in GitHub Desktop.
Google Cloud IO...
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
$ touch ${HOME}/foobar; time sync | |
real 0m2.956s | |
user 0m0.000s | |
sys 0m0.012s | |
$ touch ${HOME}/foobar; time sync | |
real 0m0.286s | |
user 0m0.000s | |
sys 0m0.004s | |
$ touch ${HOME}/foobar; time sync | |
real 0m0.671s | |
user 0m0.000s | |
sys 0m0.004s | |
$ touch ${HOME}/foobar; time sync | |
real 0m0.975s | |
user 0m0.000s | |
sys 0m0.004s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ouch! Typical, or a bad day?