Created
February 2, 2013 16:41
-
-
Save ngsw/4698173 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
| ##Raspberry Pi(SD Class10) | |
| time dd if=/dev/zero of=/tmp/1024M bs=1024 count=1048576 | |
| 1048576+0 records in | |
| 1048576+0 records out | |
| 1073741824 bytes (1.1 GB) copied, 57.3186 s, 18.7 MB/s | |
| dd if=/dev/zero of=/tmp/1024M bs=1024 count=1048576 1.74s user 26.69s system 49% cpu 57.843 total | |
| ##MacBook Pro(SSD) | |
| time dd if=/dev/zero of=/tmp/1024M bs=1024 count=1048576 | |
| 1048576+0 records in | |
| 1048576+0 records out | |
| 1073741824 bytes transferred in 6.682536 secs (160678791 bytes/sec) | |
| dd if=/dev/zero of=/tmp/1024M bs=1024 count=1048576 0.46s user 5.57s system 90% cpu 6.697 total |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
s/rapsberry/raspberry/