Last Updated on September 6, 2020
Non-Volatile Memory Express (NVMe) is the latest industry-standard software interface for PCIe SSDs. NVMe enables drives to benefit from the same “pool” of lanes that directly connect to the CPU. This type of SSD can achieve read speeds in excess of 3000MB/s and write speeds over 2000MB/s making them the fastest available.
You can see a clear difference in performance when you use NVMe, with a read/write throughput far higher than the hard drives and slower SATA SSDs also lagging somewhat behind.
The AK41 includes a 128GB NVMe M.2 SSD. None of the other machines offer NVMe SSD.
The AK41’s read rate recorded by GNOME Disks was far superior than the other three machines. The excellent I/O with the AK41 (combining the fast NVMe SSD with DDR4 RAM) made a significant boost to the speed of Manjaro’s desktop.
The BXBT-1900 recorded a fairly woeful 280MB/s read rate, even though it’s equipped with a 128GB SanDisk SSD with much better specs. To put that figure into context, I tested a SanDisk Ultra 128 GB Dual Type-C USB 3.1 Flash Drive on the AK41. The Flash Drive offers a reversible connector including both the dual USB Type-C and USB Type-A connectors [the AK41 offers both types of connector]. This USB Flash Drive attained read transfer rates of 157MB/s in both the Type-C port and the Type-A port. That’s not far off the BXBT-1900’s SSD.
I wanted to verify the GNOME Disks tests as some of the numbers seemed a little on the low side. I therefore performed an extra disk speed test with dd.
$ sync; dd if=/dev/zero of=tempfile bs=1M count=1024; sync
$ sudo /sbin/sysctl -w vm.drop_caches=3
$ dd if=tempfile of=/dev/null bs=1M count=1024
The chart below shows the findings (the test on each machine was run 5 times).
I didn’t test write speed. That’s only because I didn’t have time to setup the AK41 with multiple disks. Remember, you cannot unmount a filesystem that’s in use. And the GNOME Disks write benchmark is destructive.
I also run a couple of SQLite benchmarks. SQLite is a relational database management system contained in a C library.
This is a simple benchmark of SQLite. At present this test profile just measures the time to perform a pre-defined number of insertions on an indexed database.
The AK41 was the clear winner on both tests.
Next week’s blog will move on to testing multimedia on the AK41.
Pages in this article:
Page 1 – Introduction / System
Page 2 – Processor
Page 3 – Memory
Page 4 – Graphics
Page 5 – Disk
AWOW AK41 | |
---|---|
Type | Mini PC |
Processor | Intel Celeron J4115 running at 1.80GHz (Turbo 2.5 GHz) with 4 cores and 4 threads |
Chipset | Intel Gemini Lake |
Memory | 8GB DDR4 (2133 MHz) |
Graphics | Intel UHD Graphics 605 |
Disk | 128GB Foresee NVMe M.2 SSD F900F128GBH |
AWOW NYI3 | Gigabyte BXBT-1900 | Asus UX305FA | |
---|---|---|---|
Type | Mini PC | Mini PC | Laptop |
Processor | Intel Core i3-5005U 2.00GHz 2 cores 4 threads | Intel Celeron J1900 2.00GHz (Turbo 2.416 GHz) 4 cores 4 threads | Intel Core M-5Y10c 0.8GHz (Turbo 2.00GHz) 2 cores 4 threads |
Chipset | Intel Broadwell | Intel Atom Z36xxx/Z37xxx | Intel Broadwell-U-OPI |
Memory | 8GB DDR4 (1600 MHz) | 4GB DDR3 (1600 MHz) | 8GB DDR3 (1866 MHz) |
Graphics | Intel HD Graphics 5500 | Intel HD 2GB | Intel HD Graphics 5300 |
Disk | 128GB Kingston NVMe | 250GB Samsung SSD 860 | 128GB SanDisk SSD |
Complete list of articles in this series:
AWOW AK41 Mini PC | |
---|---|
Week 11 | Video consoles: SNES emulation |
Week 10 | Running TeamViewer with AWOW AK41 as the host |
Week 9 | Astronomy on the AK41 including Celestia, Stellarium, Skychart, and more |
Week 8 | Recording video with OBS Studio |
Week 7 | Home computer emulators: FS-UAE, ZEsaurUX, Hatari, Clock Signal |
Week 6 | Web browsing with Chrome, Firefox, Opera, and Vivaldi |
Week 5 | Gaming: SuperTuxKart, AwesomeNauts, Retrocycles, Robocraft, DOTA 2, and more |
Week 4 | Run multiple operating systems on the AK41 |
Week 3 | Video and audio playback looking at hardware acceleration |
Week 2 | Benchmarking the AK41 with 3 other low power machines |
Week 1 | Introduction to the series including wiping Windows and installing Manjaro |
This blog is written on the AWOW AK41 Mini PC.
Were the tests run with the powersave CPU scaling governor?
Yes, all tests on each machine used the powersave governor. While it’s possible the benchmarks would be (slightly) higher with the performance governor, the powersave governor is the default on the system.