Created
September 20, 2018 15:26
-
-
Save swegner/b1a6f26a937390b0afbadd9dce3f2f3e to your computer and use it in GitHub Desktop.
apache/beam-site full clone timing
This file contains 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
> time git clone https://github.com/apache/beam-site.git . | |
Cloning into '.'... | |
remote: Counting objects: 43337, done. | |
remote: Compressing objects: 100% (34/34), done. | |
remote: Total 43337 (delta 38), reused 54 (delta 33), pack-reused 43269 | |
Receiving objects: 100% (43337/43337), 73.35 MiB | 21.67 MiB/s, done. | |
Resolving deltas: 100% (33037/33037), done. | |
Checking out files: 100% (26933/26933), done. | |
real 0m7.982s | |
user 0m6.452s | |
sys 0m1.834s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment