Skip to content

Instantly share code, notes, and snippets.

@erikng
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikng/21d95f01ffa1c23f0a44 to your computer and use it in GitHub Desktop.
Save erikng/21d95f01ffa1c23f0a44 to your computer and use it in GitHub Desktop.
R RW
MacBookPro13(5400)-9_2
67 MB/s
70.9 MB/s
MacBookPro13(Flash)-12_1
1065 MB/s
1035 MB/s
MacBookPro15(Flash)-11_2
289.7 MB/s
598.7 MB/s
MacBookAir11(Flash)-7_1
520.9 MB/s
710.0 MB/s
MacBookAir13(Flash)-7_2
1175.6 MB/s
1366.6 MB/s
MacMini(5400)-7_1
79.9 MB/s
71.8 MB/s
iMac21(5400)-14_1 (1.4Ghz)
78.0 MB/s
74.7 MB/s
iMac21(5400)-14_1 (2.7Ghz)
80.7 MB/s
72.7 MB/s
iMac27_i7_3.5Ghz(Flash 512)-14_2
699.3 MB/s
721.3 MB/s
iMac27(7200)-14_2
125.1 MB/s
165.1 MB/s
iMac27_5k(Flash 512)-15_1
703.0 MB/s
722.5 MB/s
iMac27_5k(Fusion 1TB)-15_1
311.9 MB/s
655.3 MB/s
time dd if=/dev/zero bs=2048k of=tstfile count=8192 2>&1 | awk '/sec/ {print $1 / $5 / 1048576, "MB/sec" }'
time dd if=tstfile bs=2048k of=/dev/null count=8192 2>&1 | awk '/sec/ {print $1 / $5 / 1048576, "MB/sec" }'
rm -rf tstfile
@homebysix
Copy link

Two iMacs 14,2, both with 16GB RAM, with 128GB+3TB Fusion drives.

1:

127.559 MB/sec
237.793 MB/sec

2:

198.022 MB/sec
414.209 MB/sec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment