Looks like you didn't enable TRIM, which lowered the write performance a lot.
No matter SATA or NVMe, you better enable TRIM whenever possible.
I cannot DISABLE TRIM on my 970 EVO. It actually was automatically configured with TRIM enabled when I installed it.
I tried using the trimforce command a couple times and it turned it ON or OFF appropriately for my OWC 6G SSD but the 970 EVO M.2 SSD had it's TRIM on the whole time. From what I can tell, you cannot turn trim OFF for PCIe M.2 SSD's?
[doublepost=1546467053][/doublepost]to enable/disable TRIM through trimforce use this command in Terminal
to enable
Code:
sudo trimforce enable
to disable
Code:
sudo trimforce disable