@thib: Here are the results of testing the NVMe device (Samsung SSD 960 EVO 500 GB) on an HP Elite Desktop system (i5) of 2013:
Samsung Magican benchmark reports under Windows: Sequential read: 3,204 and write 1,889 MB/s.
Random IOPS: 253,906 (read) and 307,128 (write).
CrytalDiskMark:
Gnome disk-util (PureOS):
Ubuntu 16.04 (with 100 MiB samples):
hdparm on ntfs partition:
user@debian:/media/user/Volume$ sudo hdparm -t /dev/nvme0n1p5
/dev/nvme0n1p5:
Timing buffered disk reads: 8192 MB in 3.00 seconds = 2730.31 MB/sec
dd (write) on ext4 partition:
user@debian:/media/user/test$ dd if=/dev/zero of=laptop.bin bs=4G count=1 oflag=direct
2+0 records in
2+0 records out
4294967296 bytes (4.3 GB, **4.0 GiB**) copied, 3.28796 s, **1.3 GB/s**
user@debian:/media/user/test$ dd if=/dev/zero of=laptop.bin bs=2G count=1 oflag=direct
0+1 records in
0+1 records out
2147479552 bytes (2.1 GB, **2.0 GiB**) copied, 2.15646 s, **996 MB/s**
iozone on ntfs partition:
user@debian:~/Downloads/iozone3_471/src/current$ ./iozone -s2g -i 0 -i 1 -r2048 -S2048 -t 2 -F /media/user/Volume/test /media/user/Volume/test1
Children see throughput for 2 initial writers = 234656.82 kB/sec
Parent sees throughput for 2 initial writers = 233724.29 kB/sec
Min throughput per process = 117017.51 kB/sec
Max throughput per process = 117639.31 kB/sec
Avg throughput per process = 117328.41 kB/sec
Min xfer = 2086912.00 kB
Children see throughput for 2 rewriters = 286435.89 kB/sec
Parent sees throughput for 2 rewriters = 282095.72 kB/sec
Min throughput per process = 137359.89 kB/sec
Max throughput per process = 149076.00 kB/sec
Avg throughput per process = 143217.95 kB/sec
Min xfer = 1933312.00 kB
Children see throughput for 2 readers = 10696373.00 kB/sec
Parent sees throughput for 2 readers = 10683803.68 kB/sec
Min throughput per process = 4928438.50 kB/sec
Max throughput per process = 5767934.50 kB/sec
Avg throughput per process = 5348186.50 kB/sec
Min xfer = 1792000.00 kB
Children see throughput for 2 re-readers = 11676473.00 kB/sec
Parent sees throughput for 2 re-readers = 11662806.05 kB/sec
Min throughput per process = 5838203.50 kB/sec
Max throughput per process = 5838269.50 kB/sec
Avg throughput per process = 5838236.50 kB/sec
Min xfer = 2097152.00 kB
iozone on ext4 partition:
user@debian:~/$ iozone -s2g -i 0 -i 1 -r2048 -S2048 -t 2 -F /media/user/test/test /media/user/test/test1
Children see throughput for 2 initial writers = 1920047.16 kB/sec
Parent sees throughput for 2 initial writers = 1079551.11 kB/sec
Min throughput per process = 444537.78 kB/sec
Max throughput per process = 1475509.38 kB/sec
Avg throughput per process = 960023.58 kB/sec
Min xfer = 632832.00 kB
Children see throughput for 2 rewriters = 3784152.88 kB/sec
Parent sees throughput for 2 rewriters = 2859785.90 kB/sec
Min throughput per process = 1830468.00 kB/sec
Max throughput per process = 1953684.88 kB/sec
Avg throughput per process = 1892076.44 kB/sec
Min xfer = 1966080.00 kB
Children see throughput for 2 readers = 9971123.50 kB/sec
Parent sees throughput for 2 readers = 9824818.40 kB/sec
Min throughput per process = 4644144.50 kB/sec
Max throughput per process = 5326979.00 kB/sec
Avg throughput per process = 4985561.75 kB/sec
Min xfer = 1828864.00 kB
Children see throughput for 2 re-readers = 11586412.50 kB/sec
Parent sees throughput for 2 re-readers = 11399766.63 kB/sec
Min throughput per process = 5793158.50 kB/sec
Max throughput per process = 5793254.00 kB/sec
Avg throughput per process = 5793206.25 kB/sec
Min xfer = 2097152.00 kB
The results are slightly different, but it seems to be significant faster than on Librem 13v3 with the latest coreboot version.