Skip to content

Instantly share code, notes, and snippets.

@sub-mod
Created April 24, 2019 01:15
Show Gist options
  • Save sub-mod/0fe30774c0bc07b5e827f905f961cb57 to your computer and use it in GitHub Desktop.
Save sub-mod/0fe30774c0bc07b5e827f905f961cb57 to your computer and use it in GitHub Desktop.
SSD performance
/Volumes/Samsung_T5/development/TEST_SSD$ time git clone https://github.com/openshift/origin.git
Cloning into 'origin'...
remote: Enumerating objects: 53, done.
remote: Counting objects: 100% (53/53), done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 533223 (delta 7), reused 9 (delta 4), pack-reused 533170
Receiving objects: 100% (533223/533223), 976.50 MiB | 9.93 MiB/s, done.
Resolving deltas: 100% (339788/339788), done.
Checking connectivity... done.
Checking out files: 100% (49440/49440), done.

real	3m26.902s
user	2m30.187s
sys	0m54.479s
~/development$ time git clone https://github.com/openshift/origin.git
Cloning into 'origin'...
remote: Enumerating objects: 53, done.
remote: Counting objects: 100% (53/53), done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 533223 (delta 7), reused 9 (delta 4), pack-reused 533170
Receiving objects: 100% (533223/533223), 976.50 MiB | 12.12 MiB/s, done.
Resolving deltas: 100% (339788/339788), done.
Checking connectivity... done.
Checking out files: 100% (49440/49440), done.

real	2m54.619s
user	2m32.025s
sys	0m29.108s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment