Miscellaneous Performance Metrics

This section looks at some of the other commonly used benchmarks representative of the performance of specific real-world applications.

3D Rendering - CINEBENCH

We use CINEBENCH R23 for 3D rendering evaluation, but continue to present R15 results till we build up a database of R23 results. The R15 program provides three benchmark modes - OpenGL, single threaded and multi-threaded. Evaluation of different PC configurations in all three modes provided us the following results.

3D Rendering - CINEBENCH R15 - Single Thread

3D Rendering - CINEBENCH R15 - Multiple Threads

3D Rendering - CINEBENCH R15 - OpenGL

The 4X4 BOX-4800U is ahead of the Frost Canyon NUC across the board, though the single-threaded performance is quite close for this particular rendering workload.

3D Rendering - CINEBENCH R23 - Single Thread

3D Rendering - CINEBENCH R23 - Multiple Threads

x265 Benchmark

Next up, we have some video encoding benchmarks using x265 v2.8. The appropriate encoder executable is chosen based on the supported CPU features. In the first case, we encode 600 1080p YUV 4:2:0 frames into a 1080p30 HEVC Main-profile compatible video stream at 1 Mbps and record the average number of frames encoded per second.

Video Encoding - x265 - 1080p

Our second test case is 1200 4K YUV 4:2:0 frames getting encoded into a 4Kp60 HEVC Main10-profile video stream at 35 Mbps. The encoding FPS is recorded.

Video Encoding - x265 - 4K 10-bit

The workload is a perfect fit for parallelizing and executing across multiple cores, and the 4x4 BOX-4800U emerges as the comfortable leader, thanks to its octa-core nature.

7-Zip

7-Zip is a very effective and efficient compression program, often beating out OpenCL accelerated commercial programs in benchmarks even while using just the CPU power. 7-Zip has a benchmarking program that provides tons of details regarding the underlying CPU's efficiency. In this subsection, we are interested in the compression and decompression rates when utilizing all the available threads for the LZMA algorithm.

7-Zip LZMA Compression Benchmark

7-Zip LZMA Decompression Benchmark

Compression and decompression can also be easily optimized for multi-core processors, and that is evident in the benchmark results above.

Cryptography Benchmarks

Cryptography has become an indispensable part of our interaction with computing systems. Almost all modern systems have some sort of hardware-acceleration for making cryptographic operations faster and more power efficient. In this sub-section, we look at two different real-world applications that may make use of this acceleration.

BitLocker is a Windows features that encrypts entire disk volumes. While drives that offer encryption capabilities are dealt with using that feature, most legacy systems and external drives have to use the host system implementation. Windows has no direct benchmark for BitLocker. However, we cooked up a BitLocker operation sequence to determine the adeptness of the system at handling BitLocker operations. We start off with a 2.5GB RAM drive in which a 2GB VHD (virtual hard disk) is created. This VHD is then mounted, and BitLocker is enabled on the volume. Once the BitLocker encryption process gets done, BitLocker is disabled. This triggers a decryption process. The times taken to complete the encryption and decryption are recorded. This process is repeated 25 times, and the average of the last 20 iterations is graphed below.

BitLocker Encryption Benchmark

BitLocker Decryption Benchmark

We see the Frost Canyon NUC providing faster encryption support compared to the 4X4 BOX-4800U.

Creation of secure archives is best done through the use of AES-256 as the encryption method while password protecting ZIP files. We re-use the benchmark mode of 7-Zip to determine the AES256-CBC encryption and decryption rates using pure software as well as AES-NI. Note that the 7-Zip benchmark uses a 48KB buffer for this purpose.

7-Zip AES256-CBC Encryption Benchmark

7-Zip AES256-CBC Decryption Benchmark

When it comes to password-protected archives, the 4X4 BOX-4800U comes out on top easily.

Yet another cryptography application is secure network communication. OpenSSL can take advantage of the acceleration provided by the host system to make operations faster. It also has a benchmark mode that can use varying buffer sizes. We recorded the processing rate for a 8KB buffer using the hardware-accelerated AES256-CBC-HAC-SHA1 feature.

OpenSSL Encryption Benchmark

OpenSSL Decryption Benchmark

Cryptography engines across all eight cores enable the 4X4 BOX-4800U to score much better than the hexa-core Frost Canyon NUC.

Agisoft Photoscan

Agisoft PhotoScan is a commercial program that converts 2D images into 3D point maps, meshes and textures. The program designers sent us a command line version in order to evaluate the efficiency of various systems that go under our review scanner. The command line version has two benchmark modes, one using the CPU and the other using both the CPU and GPU (via OpenCL). We present the results from our evaluation using the CPU mode only. The benchmark (v1.3) takes 84 photographs and does four stages of computation:

  • Stage 1: Align Photographs (capable of OpenCL acceleration)
  • Stage 2: Build Point Cloud (capable of OpenCL acceleration)
  • Stage 3: Build Mesh
  • Stage 4: Build Textures

We record the time taken for each stage. Since various elements of the software are single threaded, and others multithreaded, it is interesting to record the effects of CPU generations, speeds, number of cores, and DRAM parameters using this software.

Agisoft PhotoScan Benchmark - Stage 1

Agisoft PhotoScan Benchmark - Stage 2

Agisoft PhotoScan Benchmark - Stage 3

Agisoft PhotoScan Benchmark - Stage 4

The 4X4 BOX-4800U scores better in three of the four stages, with the third stage seeing the Frost Canyon NUC edge ahead by less than 15 seconds. Overall, the advantage lies with the Renoir system.

Dolphin Emulator

Wrapping up our application benchmark numbers is the new Dolphin Emulator (v5) benchmark mode results. This is again a test of the CPU capabilities.

Dolphin Emulator Benchmark

The emulator is bottlenecked by single-threaded performance, and the Frost Canyon NUC is able to outwit the 4X4 BOX-4800U for this workload.

SPECworkstation 3 Benchmark Storage and Networking Performance
Comments Locked

53 Comments

View All Comments

  • hlovatt - Wednesday, November 25, 2020 - link

    It would be great to see a comparison with new Mac Mini M1
  • jgraham11 - Wednesday, November 25, 2020 - link

    Ganesh why would you use a Bapco Benchmark - Mobilemark. Its results are complete crap. You must not know the history of Bapco and how its basically an arm of Intel, made for Intel chips.

    Notice how the AMD 4800U loses in every benchmark with Mobilemark and consumes more power doing it but when you look at the other results, synthetic or otherwise its mostly in AMDs favour... Intel benchmarking tools at work. This is a known thing among everyone who follows this stuff. If you want to maintain your credibility stick to independent benchmarks not ones made by the vendor for the vendors own chips.
  • brucethemoose - Wednesday, November 25, 2020 - link

    I feel like the 35W 4800HS, with a bit more cooling, would be a better sweet spot for this form factor.

    Speaking of which, my 4900HS doesn't idle that hot. But I did notice that it behaves quite differently when running on battery (where it drops down to 400Mhz) and on AC (where it wont go below 1GHz, even though the cores are largely asleep). Its possible that this 4800U is stuck in the Windows "plugged in" profile.
  • TheinsanegamerN - Tuesday, December 1, 2020 - link

    Given the box pulls 65 watt, there is no way it’s sticking to its TDP. A 4800hs would likely perform the same to slightly worse, given its smaller GPU
  • six_tymes - Wednesday, November 25, 2020 - link

    I hope to see these with DDR5. anyone knows when DDR5 platforms are suppose to roll out?
  • James5mith - Wednesday, November 25, 2020 - link

    2021-2022 timeframe.
  • 5080 - Wednesday, November 25, 2020 - link

    IMO the real breakthrough in this formfactor will come for AMD once they move to ZEN4/Navi based APU's on 5nm with DDR5 and USB4.0 in 2022.
  • PixyMisa - Thursday, November 26, 2020 - link

    Yes. They could add more graphics cores, but without also adding memory bandwidth that won't achieve much. DDR5 will break that bottleneck.
  • Spunjji - Friday, November 27, 2020 - link

    I'm thinking the biggest boost would come from combining DDR5 with a larger local cache a-la "Infinity cache" - 5nm should give them enough spare die area to achieve that, and it'll presumably help keep the power draw lower than stuffing the entire area with logic would.
  • meacupla - Wednesday, November 25, 2020 - link

    I just want to point out that on the spec chart, you only list "USB 3.2 Type-C", but there is clearly more to it than that, as that spec can be 10GB, 20GB, alt-mode DP, alt-mode HDMI.
    I know it's clearly marked as 10GB alt-DP in the pictures.

    aside from that
    When are manufacturers going to switch over to USB-C PD for these smaller devices? I know that USB-C PD can do 100W and this thing only eats 70W at full load from the wall.

Log in

Don't have an account? Sign up now