Benchmarking Performance: CPU System Tests

Our first set of tests is our general system tests. These set of tests are meant to emulate more about what people usually do on a system, like opening large files or processing small stacks of data. This is a bit different to our office testing, which uses more industry standard benchmarks, and a few of the benchmarks here are relatively new and different.

All of our benchmark results can also be found in our benchmark engine, Bench.

PDF Opening

First up is a self-penned test using a monstrous PDF we once received in advance of attending an event. While the PDF was only a single page, it had so many high-quality layers embedded it was taking north of 15 seconds to open and to gain control on the mid-range notebook I was using at the time. This put it as a great candidate for our 'let's open an obnoxious PDF' test. Here we use Adobe Reader DC, and disable all the update functionality within. The benchmark sets the screen to 1080p, opens the PDF to in fit-to-screen mode, and measures the time from sending the command to open the PDF until it is fully displayed and the user can take control of the software again. The test is repeated ten times, and the average time taken. Results are in milliseconds.

System: PDF Opening with Adobe Reader DC

PDF opening is all about single thread frequency and IPC, giving the win to the new KBL-X chips.

FCAT Processing: link

One of the more interesting workloads that has crossed our desks in recent quarters is FCAT - the tool we use to measure stuttering in gaming due to dropped or runt frames. The FCAT process requires enabling a color-based overlay onto a game, recording the gameplay, and then parsing the video file through the analysis software. The software is mostly single-threaded, however because the video is basically in a raw format, the file size is large and requires moving a lot of data around. For our test, we take a 90-second clip of the Rise of the Tomb Raider benchmark running on a GTX 980 Ti at 1440p, which comes in around 21 GB, and measure the time it takes to process through the visual analysis tool.

System: FCAT Processing ROTR 1440p GTX1080 Data

FCAT similarly favors frequency and IPC. For this sort of workload, the Core i7 is the best chip to get.

3D Movement Algorithm Test v2.1: link

This is the latest version of the self-penned 3DPM benchmark. The goal of 3DPM is to simulate semi-optimized scientific algorithms taken directly from my doctorate thesis. Version 2.1 improves over 2.0 by passing the main particle structs by reference rather than by value, and decreasing the amount of double->float->double recasts the compiler was adding in. It affords a ~25% speed-up over v2.0, which means new data.

System: 3D Particle Movement v2.1

As 3DPM expands into several threads, the new quad-core parts will easily get trounced here by AMD's 8-cores for the same price. The Core i7-7800X puts on a good showing, as per core Intel's chips give a higher score.

DigiCortex v1.20: link

Despite being a couple of years old, the DigiCortex software is a pet project for the visualization of neuron and synapse activity in the brain. The software comes with a variety of benchmark modes, and we take the small benchmark which runs a 32k neuron/1.8B synapse simulation. The results on the output are given as a fraction of whether the system can simulate in real-time, so anything above a value of one is suitable for real-time work. The benchmark offers a 'no firing synapse' mode, which in essence detects DRAM and bus speed, however we take the firing mode which adds CPU work with every firing.

System: DigiCortex 1.20 (32k Neuron, 1.8B Synapse)

DigiCortex likes a bit of everything: cores, threads, IPC, frequency, uncore frequency, and memory frequency. The Core i7 parts roughly double the Core i5s due to the thread count, and also the AMD Ryzen parts skip ahead as well due to having double the threads to the Core i7.

Agisoft Photoscan 1.0: link

Photoscan stays in our benchmark suite from the previous version, however now we are running on Windows 10 so features such as Speed Shift on the latest processors come into play. The concept of Photoscan is translating many 2D images into a 3D model - so the more detailed the images, and the more you have, the better the model. The algorithm has four stages, some single threaded and some multi-threaded, along with some cache/memory dependency in there as well. For some of the more variable threaded workload, features such as Speed Shift and XFR will be able to take advantage of CPU stalls or downtime, giving sizeable speedups on newer microarchitectures.

System: Agisoft Photoscan 1.0 Total Time

Agisoft is like a Formula 1 race circuit: the long fast straights and techical corners make it a nightmare to have the technology to be the best at both, and Photoscan has enough serial code for high single thread performance to take advantage but also massively parallel sections where having 12-18 threads makes a difference.  Despite having half the threads, the single core performance of the Core i7-7740X makes it pull ahead of the Ryzen 7 chips, but when comparing the four threads of the Core i5-7640X to the twelve threads of the Ryzen 5 processors, having 12 threads wins.

Benchmark Overview Benchmarking Performance: CPU Rendering Tests
Comments Locked

176 Comments

View All Comments

  • Spoelie - Monday, July 24, 2017 - link

    On the first page, I assume the green highlight in the processor charts signifies an advantage for that side. Why are the cores/threads rows in the Ryzen side not highlighted? Or is 8/16 not better than 4/8?
  • Ian Cutress - Monday, July 24, 2017 - link

    Derp. Fixed.
  • Gothmoth - Monday, July 24, 2017 - link

    intel must really push money into anandtech. :) so many interesting things to report about and they spend time on a niche product.....
  • Ian Cutress - Monday, July 24, 2017 - link

    This has been in the works for a while because our CPU failed. I work on the CPU stuff - other editors work on other things ;) If you've got an idea, reach out to us. I can never guarantee anything (I've got 10+ ideas that I don't have time to do) but if it's interesting we'll see what we can do. Plus it helps us direct what other content we should be doing.
  • halcyon - Monday, July 24, 2017 - link

    This is an amazing amount of benchmarking with many options. thank you. Must have been a lot of work :-)
    The obvious idea is this:

    Gaming (modern CPU limited and most played games) & Productive work (rendering, encoding, 4K video work, R/statistics/Matlab)

    Test those under 4c/8t and 8c/16t CPUs both from AMD and Intel - all at most common non-esoteric overlock levels (+/-10%).

    This is what many of your readers want:

    How much does c. 5Ghz 4c/8t do vs 4.x Ghz 8c/16t when taken to it's everyday stable extreme, in modern games / productivity.

    The web is already full of benchmarks at stock speed. Or overclocked Ryzen R 7 against stock Intel, or OC intel against overclocked Ryzen - and the game/app selections are not very varied.

    The result is a simple graph that plots the (assumed) linear trend in performance/price and shows any deviations below/above the linear trend.

    Of course, if you already have the Coffee lake 6c/12t sample, just skip the 4c/8t and go with 6c/12t vs 8c/16 comparision.

    Thanks for all the hard work throughout all these years!
  • Ryan Smith - Monday, July 24, 2017 - link

    "so many interesting things to report about and they spend time on a niche product....."

    What can we say? CPUs have been our favorite subject for the last 20 years.=)
  • user_5447 - Monday, July 24, 2017 - link

    "For 2017, Intel is steering the ship in a slightly different direction, and launching the latest microarchitecture on the HEDT platform."

    Skylake-S, Kaby Lake-S and Kaby Lake-X share the same microarchitecture, right?
    Then Skylake-X is newer microarchitecture than Kaby Lake-X (changes to L2 and L3 caches, AVX-512).
  • Ian Cutress - Monday, July 24, 2017 - link

    Correct me if I'm wrong: SKL-SP cores are derived from SKL-S, and 14nm. KBL-S/X are 14+, and shares most of its design with SKL-S, and the main changes are power related. Underneath there's no real performance (except Speed Shift v2), but Intel classifies Kaby Lake as its latest non-AVX512 IPC microarchitecture.
  • user_5447 - Monday, July 24, 2017 - link

    Kaby Lake-S has some errata fixes compared to Skylake-S. AFAIK, this is the only change to the CPU core (besides the Speed Shift v2, if it even involved hardware changes).
    David Kanter says Skylake-X/EP is 14+ nm http://www.realworldtech.com/forum/?threadid=16889...
  • extide - Wednesday, July 26, 2017 - link

    I have a buddy who works in the fabs -- SKL-X is still on plain 14nm

Log in

Don't have an account? Sign up now