CPU Performance: System Tests

Our System Test section focuses significantly on real-world testing, user experience, with a slight nod to throughput. In this section we cover application loading time, image processing, simple scientific physics, emulation, neural simulation, optimized compute, and 3D model development, with a combination of readily available and custom software. For some of these tests, the bigger suites such as PCMark do cover them (we publish those values in our office section), although multiple perspectives is always beneficial. In all our tests we will explain in-depth what is being tested, and how we are testing.

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

Application Load: GIMP 2.10.4

One of the most important aspects about user experience and workflow is how fast does a system respond. A good test of this is to see how long it takes for an application to load. Most applications these days, when on an SSD, load fairly instantly, however some office tools require asset pre-loading before being available. Most operating systems employ caching as well, so when certain software is loaded repeatedly (web browser, office tools), then can be initialized much quicker.

In our last suite, we tested how long it took to load a large PDF in Adobe Acrobat. Unfortunately this test was a nightmare to program for, and didn’t transfer over to Win10 RS3 easily. In the meantime we discovered an application that can automate this test, and we put it up against GIMP, a popular free open-source online photo editing tool, and the major alternative to Adobe Photoshop. We set it to load a large 50MB design template, and perform the load 10 times with 10 seconds in-between each. Due to caching, the first 3-5 results are often slower than the rest, and time to cache can be inconsistent, we take the average of the last five results to show CPU processing on cached loading.

AppTimer: GIMP 2.10.4

The 9900KS hits the top of all the consumer processors in our app loading test.

FCAT: Image Processing

The FCAT software was developed to help detect microstuttering, dropped frames, and run frames in graphics benchmarks when two accelerators were paired together to render a scene. Due to game engines and graphics drivers, not all GPU combinations performed ideally, which led to this software fixing colors to each rendered frame and dynamic raw recording of the data using a video capture device.

The FCAT software takes that recorded video, which in our case is 90 seconds of a 1440p run of Rise of the Tomb Raider, and processes that color data into frame time data so the system can plot an ‘observed’ frame rate, and correlate that to the power consumption of the accelerators. This test, by virtue of how quickly it was put together, is single threaded. We run the process and report the time to completion.

FCAT Processing ROTR 1440p GTX980Ti Data

For some reason our default 9900KS run didn't seem to perform properly, but the 9900KS at Intel guidelines did, within the margin of error of the 9900K which also does turbo at 5.0 GHz.

3D Particle Movement v2.1: Brownian Motion

Our 3DPM test is a custom built benchmark designed to simulate six different particle movement algorithms of points in a 3D space. The algorithms were developed as part of my PhD., and while ultimately perform best on a GPU, provide a good idea on how instruction streams are interpreted by different microarchitectures.

A key part of the algorithms is the random number generation – we use relatively fast generation which ends up implementing dependency chains in the code. The upgrade over the naïve first version of this code solved for false sharing in the caches, a major bottleneck. We are also looking at AVX2 and AVX512 versions of this benchmark for future reviews.

For this test, we run a stock particle set over the six algorithms for 20 seconds apiece, with 10 second pauses, and report the total rate of particle movement, in millions of operations (movements) per second. We have a non-AVX version and an AVX version, with the latter implementing AVX512 and AVX2 where possible.

3DPM v2.1 can be downloaded from our server: 3DPMv2.1.rar (13.0 MB)

3D Particle Movement v2.1

Without AVX acceleration, the Core i9-9900KS hardware manages to push ahead of the 9900K due to the extra frequency, and even above the 10-core 7900X. Because these are non-AVX instructions, they aren't pushing the CPU as hard as it can be, so we're not really draining the turbo bucket in our 159W PL2 test.

3D Particle Movement v2.1 (with AVX)

On the other hand, our AVX2 accelerated test is also showing both PL2 settings performing about equal. This test does involve a 10-second delay between each of its six subtests, which allows some turbo budget to be regained. Couple that with the 30 second delay between individual runs, it would appear that there's enough turbo budget for the whole run.

Dolphin 5.0: Console Emulation

One of the popular requested tests in our suite is to do with console emulation. Being able to pick up a game from an older system and run it as expected depends on the overhead of the emulator: it takes a significantly more powerful x86 system to be able to accurately emulate an older non-x86 console, especially if code for that console was made to abuse certain physical bugs in the hardware.

For our test, we use the popular Dolphin emulation software, and run a compute project through it to determine how close to a standard console system our processors can emulate. In this test, a Nintendo Wii would take around 1050 seconds.

The latest version of Dolphin can be downloaded from https://dolphin-emu.org/

Dolphin 5.0 Render Test

Dolphin loves single threaded performance, so we see the 9900 series at the top here.

DigiCortex 1.20: Sea Slug Brain Simulation

This benchmark was originally designed for simulation and visualization of neuron and synapse activity, as is commonly found 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, equivalent to a Sea Slug.

Example of a 2.1B neuron simulation

We report the results as the ability to simulate the data as a fraction of real-time, so anything above a ‘one’ is suitable for real-time work. Out of the two modes, a ‘non-firing’ mode which is DRAM heavy and a ‘firing’ mode which has CPU work, we choose the latter. Despite this, the benchmark is still affected by DRAM speed a fair amount.

DigiCortex can be downloaded from http://www.digicortex.net/

DigiCortex 1.20 (32k Neuron, 1.8B Synapse)

Interestingly enough the big splot in this benchmark series is here with DigiCortex. I'm not sure what's going on here; not only with the result being low (due to DDR4-2666 compared to AMD's higher support) but also lower than the 9900K.

y-Cruncher v0.7.6: Microarchitecture Optimized Compute

I’ve known about y-Cruncher for a while, as a tool to help compute various mathematical constants, but it wasn’t until I began talking with its developer, Alex Yee, a researcher from NWU and now software optimization developer, that I realized that he has optimized the software like crazy to get the best performance. Naturally, any simulation that can take 20+ days can benefit from a 1% performance increase! Alex started y-cruncher as a high-school project, but it is now at a state where Alex is keeping it up to date to take advantage of the latest instruction sets before they are even made available in hardware.

For our test we run y-cruncher v0.7.6 through all the different optimized variants of the binary, single threaded and multi-threaded, including the AVX-512 optimized binaries. The test is to calculate 250m digits of Pi, and we use the single threaded and multi-threaded versions of this test.

Users can download y-cruncher from Alex’s website: http://www.numberworld.org/y-cruncher/

y-Cruncher 0.7.6 Single Thread, 250m Digits

y-Cruncher can use AVX512 for the HEDT chips, as they are faster than the 9900KS, but all the 9900 series are performing similarly at 5.0 GHz single threaded here.

Agisoft Photoscan 1.3.3: 2D Image to 3D Model Conversion

One of the ISVs that we have worked with for a number of years is Agisoft, who develop software called PhotoScan that transforms a number of 2D images into a 3D model. This is an important tool in model development and archiving, and relies on a number of single threaded and multi-threaded algorithms to go from one side of the computation to the other.

In our test, we take v1.3.3 of the software with a good sized data set of 84 x 18 megapixel photos and push it through a reasonably fast variant of the algorithms, but is still more stringent than our 2017 test. We report the total time to complete the process.

Agisoft’s Photoscan website can be found here: http://www.agisoft.com/

Agisoft Photoscan 1.3.3, Complex Test

Agisoft is a more variable workload, so there will be bits here and there where both processors can fully go to 5.0 GHz turbo and recover budget. The 12-core AMD chip is ahead, and both 9900KS settings are almost equal. They are both ahead of the normal 9900K by just over 10%.

Going for Power: How to Manage 5.0 GHz Turbo CPU Performance: Rendering Tests
Comments Locked

235 Comments

View All Comments

  • Maxiking - Thursday, November 7, 2019 - link

    Shame you don't complain so much about AMD CPUs unable to reach promised boost clocks as much as you care about Intel power consumption. We get it, you are poor, you could finally afford 8 cores thanks to AMD yet loosing to Skylake refresh crippled by security patches so venting your frustration here. Difficult time to be an AMD fan, especially after the first gen threadripper support drop fiasco, suddenly a new socket and no backward compatibility is not an issue. Don't hate things just because you can't afford them. Fridays for future is up today again, vent your problems there, thanks. Anyway, bye, a private plane is waiting, gonna have a pizza for dinner in Italy to piss off Greta because I can.
  • jonbar - Friday, November 8, 2019 - link

    "Skylake refresh crippled by security patches" - you must be kidding, right? It shouldn't have those security holes. Please stop talking shit about poor because people here talk about optimization - the best for the least money at a price point. And please stop bashing AMD's ryzen - it's not bulldozer, without ryzen this shit here would be sold as "Intel i11 Unobtanium Edition" for 1k$ and you, rich boy, would have 6 cores or more only on LGA 2011.
    Nobody hates a product - I don't like Intel practices - 5% increase per generation to the point. Where my i7 3840qm is 10-15% slower than 7700hq with a 4! generations gap.
    Speaking about private planes - nobody gives 1 cent on rich boys approach on tech at this level because, while you can afford stupid - the rest of us have to be smart. Now you can fly eat your pizza:)
  • Korguz - Friday, November 8, 2019 - link

    wow maxiking... resorting to insults and name calling still ?? still believing all the intel bs ?? still believe intels bs about how much power their cpus use ?? talking like you have money is supposed to impress people ?? good for you.. nice to see you are also arrogant rich spoiled brat
  • Maxiking - Friday, November 8, 2019 - link

    How dare you? Where did I name call anyone? If someone is fat and I call them fat or if they smell and I tell them so, it is not an insult, it is called stating a fact.

    I see you still do not get the TDP does not mean power consumption, it is even stated and explained in the review.

    If I were you, I would be more concerned about 1700x, 1800x, 2700x, 3900x TDPs and AMD misleading marketing about boost frequencies because there have been so far 3 bios patches which were supposed to fix the issue and guess what. Nothing has changed. People have to use a makeshift custom power profile created by a geek in order to get closer to the promised boost clocks.

    Typical AMD, I give it 3 months till he starts fixing their awful gpu drivers aswell.
  • Korguz - Friday, November 8, 2019 - link

    calling people poor.. among many other things in previous posts by you.. and yes it is an unsult to call some one fat.. or they smell.. but, i bet you do that because either your selfesteem, and self worth is so low, you have to say things like that to make your self feel better..
    yet you still cry about ryzen and the clock speeds.. but yet. you STILL refuse to admit the fraud intel calls is tdp spec ?? so what ever maxipadking . go back to your cave...
  • Maxiking - Sunday, November 10, 2019 - link

    Yeah, my self esteem is so low that I regularly visit Mercedes and BMW showrooms only to tell them how they cars are overpriced and my Dacia is cheaper and can perform the same and consuming less gass like you do. If Intel TDP is fraud, so does is AMD's one and their promised boost clocks and video on youtube where they promise you can overclock chips even further with sufficient cooling. What do they mean by that? Ay, and what about the bulldozer fraud?
  • Korguz - Sunday, November 10, 2019 - link

    yea sure you do, your the one who is probably poor... you are becoming the worst intel shill on here now.... all you EVER do is talk. if you are so sure amd is committing fraud as you claim, then put your supposed money where your mouth is, and take AMD to court,m or shut up
  • Maxiking - Monday, November 11, 2019 - link

    Again, it is you, you and only you perpetuating lies. I never come here first talking **********, I only reply to amdfanboys comments.

    I do not own any AMD cpu, I do not buy subpar products so I can not take them to court.

    Anyway, if you are so sure about Intel wrongdoings, take them to the court. EZ.

    Unfortunately for you, it is AMD who lost at court and got caught misleading about that parody on cpu called bulldozer. Claiming to possess 2 times more cores than they actually had.

    This is your AMD marketing in a nutshell

    https://cdn.vox-cdn.com/uploads/chorus_asset/file/...

    QQ more. Deal with it.
  • Korguz - Monday, November 11, 2019 - link

    maxipadking.. you are so full of it... what about the intel lies about its 10nm nodes for the last what.. 6 years being on track ?? what about the lies about their not doing anything wrong to prevent amd feom selling its products ?? among various other things over the years that you so easily for get... you never come here 1st ?? BS actually.. you DO buy sub par products.. intel is sub par now.. but in your intel blindness.. you just dont see it... intels marking has been worse over the years then amd.. deal with that.

    keep QQing more about it... your good at it..
  • Gastec - Tuesday, November 19, 2019 - link

    Maxiking, this is a tech site, not your favourite social network for trolling. Your shameless trolling should be punishable with a ban.

Log in

Don't have an account? Sign up now