I got the 64GB eMMC with Foresee chip from allnet, which is considered as low end part. Today I received SanDisk Extreme Pro 64GB A2 class microSD, I had a chance to run some benchmarks, it’s interesting.
I flashed Debian armhf on the Foresee eMMC, and built my own Debian arm64 on the SanDisk microSD, I know it might affect the results but I just don’t want to spend too much time on it.
READ PERFORMANCE:
SanDisk:
linaro@linaro-alip:~$ sudo hdparm -Tt /dev/mmcblk0
/dev/mmcblk0:
Timing cached reads: 2060 MB in 2.00 seconds = 1029.73 MB/sec
Timing buffered disk reads: 64 MB in 3.05 seconds = 20.98 MB/sec
Foresee:
linaro@linaro-alip:~$ sudo hdparm -Tt /dev/mmcblk1
/dev/mmcblk1:
Timing cached reads: 2078 MB in 2.00 seconds = 1039.27 MB/sec
Timing buffered disk reads: 464 MB in 3.01 seconds = 153.98 MB/sec
WRITE PERFORMANCE:
SanDisk:
linaro@linaro-alip:~$ dd if=/dev/zero of=/tmp/output conv=fdatasync bs=4M count=100; rm -f /tmp/output
38+0 records in
37+0 records out
158265344 bytes (158 MB, 151 MiB) copied, 0.697367 s, 227 MB/s
Foresee:
linaro@linaro-alip:~$ dd if=/dev/zero of=/tmp/output conv=fdatasync bs=4M count=100; rm -f /tmp/output
100+0 records in
100+0 records out
419430400 bytes (419 MB, 400 MiB) copied, 3.7685 s, 111 MB/s