PC Perspective Custom SSD Test Suite Introduction
Back in late 2016, we implemented a radically new test methodology. I'd grown tired of making excuses for benchmarks not meshing well with some SSD controllers, and that matter was amplified significantly by recent SLC+TLC hybrid SSDs that can be very picky about their workloads and how they are applied. The complexity of these caching methods has effectively flipped the SSD testing ecosystem on its head. The vast majority of benchmarking software and test methodologies out there were developed based on non-hybrid SLC, MLC, or TLC SSDs. All of those types were very consistent once a given workload was applied to them for long enough to reach a steady state condition. Once an SSD was properly prepared for testing, it would give you the same results all day long. No so for these new hybrids. The dynamic nature of the various caching mechanisms at play wreaks havoc on modern tests. Even trace playback testing such as PCMark falter, as the playback of traces is typically done with idle gaps truncated to a smaller figure in the interest of accelerating the test. Caching SSDs rely on those same idle time gaps to flush their cache to higher capacity areas of their NAND. This mix up has resulted in products like the Intel SSD 600p, which bombed nearly all of the ‘legacy’ benchmarks yet did just fine once tested with a more realistic, spaced out workload.
To solve this, I needed a way to issue IO's to the SSD the same way that real-world scenarios do, and it needed to be in such a way that did not saturate the cache of hybrid SSDs. The answer, as it turned out, was staring me in the face.
Latency Percentile made its debut in October of 2015 (ironically, with the 950 PRO review), and those results have proven to be a gold mine that continues to yield nuggets as we mine the data even further. Weighing the results allowed us to better visualize and demonstrate stutter performance even when those stutters were small enough to be lost in more common tests that employ 1-second averages. Merged with a steady pacing of the IO stream, it can provide true Quality of Service comparisons between competing enterprise SSDs, as well as high-resolution industry-standard QoS of saturated workloads. Sub-second IO burst throughput rates of simultaneous mixed workloads can be determined by additional number crunching. It is this last part that is the key to the new test methodology.
The primary goal of this new test suite is to get the most accurate sampling of real-world SSD performance possible. This meant evaluating across more dimensions than any modern benchmark is capable of. Several thousand sample points are obtained, spanning various read/write mixes, queue depths, and even varying amounts of additional data stored on the SSD. To better quantify real-world performance of SSDs employing an SLC cache, many of the samples are obtained with a new method of intermittently bursting IO requests. Each of those thousands of samples is accompanied by per-IO latency distribution data, and a Latency Percentile is calculated (for those counting, we’re up to millions of data points now). The Latency Percentiles are in turn used to derive the true instantaneous throughput and/or IOPS for each respective data point. The bursts are repeated multiple times per sample, but each completes in less than a second, so even the per-second logging employed by some of the finer review sites out there just won’t cut it.
Would you like some data with your data? Believe it or not, this is a portion of an intermittent calculation step – the Latency Percentile data has already been significantly reduced by this stage.
Each of the many additional dimensions of data obtained by the suite is tempered by a weighting system. Analyzing trace captures of live systems revealed *very* low Queue Depth (QD) under even the most demanding power-user scenarios, which means some of these more realistic values are not going to turn in the same high queue depth ‘max’ figures seen in saturation testing. I’ve looked all over, and nothing outside of benchmarks maxes out the queue. Ever. The vast majority of applications never exceed QD=1, and most are not even capable of multi-threaded disk IO. Games typically allocate a single thread for background level loads. For the vast majority of scenarios, the only way to exceed QD=1 is to have multiple applications hitting the disk at the same time, but even then it is less likely that those multiple processes will be completely saturating a read or write thread simultaneously, meaning the SSD is *still* not exceeding QD=1 most of the time. I pushed a slower SATA SSD relatively hard, launching multiple apps simultaneously, trying downloads while launching large games, etc. IO trace captures performed during these operations revealed >98% of all disk IO falling within QD=4, with the majority at QD=1. Results from the new suite will contain a section showing a simple set of results that should very closely match the true real-world performance of the tested devices.
While the above pertains to random accesses, bulk file copies are a different story. To increase throughput, file copy routines typically employ some form of threaded buffering, but it’s not the type of buffering that you might think. I’ve observed copy operations running at QD=8 or in some cases QD=16 to a slower destination drive. The catch is that instead of running at a constant 8 or 16 simultaneous IO’s as you would see with a saturation benchmark, the operations repeatedly fill and empty the queue, meaning the queue is filled, allowed to empty, and only then filled again. This is not the same as a saturation benchmark, which would constantly add requests to meet the maximum specified depth. The resulting speeds are therefore not what you would see at QD=8, but actually, a mixture of all of the queue steps from one to eight.
Conditioning
Some manufacturers achieve unrealistic ‘max IOPS’ figures by running tests that place a small file on an otherwise empty drive, essentially testing in what is referred to fresh out of box (FOB) condition. This is entirely unrealistic, as even the relatively small number of files placed during an OS install is enough to drop performance considerably from the high figures seen with a FOB test.
On the flip side, when it comes to 4KB random tests, I disagree with tests that apply a random workload across the full span of the SSD. This is an enterprise-only workload that will never be seen in any sort of realistic client scenario. Even the heaviest power users are not going to hit every square inch of an SSD with random writes, and if they are, they should be investing in a datacenter SSD that is purpose-built for such a workload.
Calculation step showing full sweep of data taken at multiple amounts of fill.
So what’s the fairest preconditioning and testing scenario? I’ve spent the past several months working on that, and the conclusion I came to ended up matching Intel’s recommended client SSD conditioning pass, which is to completely fill the SSD sequentially, with the exception of an 8GB portion of the SSD meant solely for random access conditioning and tests. I add a bit of realism here by leaving ~16GB of space unallocated (even those with a full SSD will have *some* free space, after all). The randomly conditioned section only ever sees random, and the sequential section only ever sees sequential. This parallels the majority of real-world access. Registry hives, file tables, and other such areas typically see small random writes and small random reads. It’s fair to say that a given OS install ends up with ~8GB of such data. There are corner cases where files were randomly written and later sequentially read. Bittorrent is one example, but since those files are only laid down randomly on their first pass, background garbage collection should clean those up so that read performance will gradually shift towards sequential over time. Further, those writes are not as random as the more difficult workloads selected for our testing. I don't just fill the whole thing up right away though – I pause a few times along the way and resample *everything*, as you can see above.
Comparison of Saturated vs. Burst workloads applied to the Intel 600p. Note the write speeds match the rated speed of 560 MB/s when employing the Burst workload.
SSDs employing relatively slower TLC flash coupled with a faster SLC cache present problems for testing. Prolonged saturation tests that attempt to push the drive at full speeds for more than a few seconds will quickly fill the cache and result in some odd behavior depending on the cache implementation. Some SSDs pass all writes directly to the SLC even if that cache is full, resulting in a stuttery game of musical chairs as the controller scrambles, flushing SLC to TLC while still trying to accept additional writes from the host system. More refined implementations can put the cache on hold once full and simply shift incoming writes directly to the TLC. Some more complicated methods throw all of that away and dynamically change the modes of empty flash blocks or pages to whichever mode they deem appropriate. This method looks good on paper, but we’ve frequently seen it falter under heavier writes, where SLC areas must be cleared so those blocks can be flipped over to the higher capacity (yet slower) TLC mode. The new suite and Burst workloads give these SSDs adequate idle time to empty their cache, just as they would have in a typical system.
Apologies for the wall of text. Now onto the show!







Im about to build a new
Im about to build a new system and all these new NVMe drives coming out which is starting to make the Samsung 960 EVO look antiquated. What to do?
Given the random read (low
Given the random read (low QD) performance falls slightly behind the 960 EVO, I'd consider both products roughly equal and go for the lower cost/GB unless you wanted the more proven (Samsung) part. Josh found 960 EVOs on sale at Newegg for $0.40/GB last night, so in that moment I'd go with the EVO.
Second chart on “Performance
Second chart on “Performance Focus – Western Digital WD Black NVMe 1TB SSD” page is shown as Throughput, but should be IOPs (unless these drives are magically pushing over 300GBps 🙂 ).
Ooh, good catch. That chart
Ooh, good catch. That chart has been wrong for a *long* time apparently…
Great review and very solid
Great review and very solid drive.
But pardon of my ignorance, how is those thermals(Do you have FLIR)? Any thermal throttle?
This drive runs cool enough
This drive runs cool enough that WD didn't even need to use a copper-layered label as some other SSDs do, so I wouldn't consider it a concern. The controller has the capability to throttle if it needs to, but you'd have to be unrealistically hard on it to get to that point. This is the case with most M.2 SSDs – folks run a continuous storage test on them for minutes at a time and then complain about throttling, but nothing other than benchmarks hits the SSD that hard.
Maybe I am missing something,
Maybe I am missing something, but why does the Mixed Burst section have a screenshot of an OCZ drive when the article is about WD/Sandisk drives?
It’s a pic comparing a drive
It's a pic comparing a drive that has a harder time with the workload (left) to a faster drive that executes more quickly and consistently over time (right).
Hmm, I dunno. I feel like
Hmm, I dunno. I feel like 760p has higher random and sequential read while costing less, although there is no 1TB option still.
You’re right there – the 760P
You're right there – the 760P does run closer to the Samsung parts in read performance, and also is competitive on cost, but not available in 1TB. I was trying to stick with a sampling of various SSDs at or above the 1TB capacity point but some models we have only tested 512GB (the previous WD Black), and the charts get too cluttered if we go higher than 10.
Why are they taking so long
Why are they taking so long for 1tb? 🙁 I might even want 2tb in the future… Or a 4tb MX500. Is it the controller?
I suspect that the issue is
I suspect that the issue is limited space for the dies which are required to support larger capacities.
I suspect that to be the case
I suspect that to be the case for the Intel since it’s m.2, but for MX500? I think there’s more room in there.
My X79 mobo was before m.2 so
My X79 mobo was before m.2 so I used an Intel 750. With no NVMe boot options, Windows and those calls come from an SATA SSD while programs and the Swap File are on the 750. I know this ‘parallel’ fetching isn’t meaningful, and the whole system is very fast (4930K – I only buy if I have to).
I remember an early m.2 mobo (Asus) that stood the drive up in the path of the front cooling fan, but heat doesn’t seem to be much of an issue with the ones lying down.
I have looked at all SSD
I have looked at all SSD reviews out there and the only 2 that stand out are PC Perspective and Anandtech. Reason being you actually devise tests to suit the underlying architecture and not run of the mill benchmark suites.
Would it be possible to specify under System Setup if the drive is plugged on the motherboard’s M.2 slot or is on a PCIe add-in card?
Also it would be nice if for the top 10 drives you could show the difference in latency based on whether the drive is used via M.2 PCIe AIC adapter vs M.2 through the PCH linked to CPU via DMI3.
I second Jabbadap’s request for thermal data. I agree that in real-world systems you cant heat up a drive but I am more interested in systems used in harsh environments. The idea being that a drive that generates less of its own heat is likely to perform better in hotter ambient temperatures. I know one can always stick a M.2 cooler on but since you are pushing the drives during testing, it is simply a matter of fixing a thermal camera aimed at the drive under test.
Once again, I really appreciate your testing methodology.