A1222 Guide: Performance and Benchmarking

How do we gauge performance on the A1222 against other systems?

Why on Earth I'm bothering with this I don't know, but people seem interested nonetheless. The truth is that most benchmarks are fairly worthless: this one favors this CPU architecture, that one favors that graphics card, the other is misleading when using certain memory types, and so forth. The only benchmark that really matters is how your workload runs on your system with your configuration. Everything else is noise. That said there are a few benchmarking tools that we tend to run on our NG Amiga systems to compare between them, and some can be useful in determining overall performance trends. The systems I'll be comparing against are the AmigaOne X5000/20, the SAM460EX, and the Pegasos II.

Each benchmark listed here was tested on an original Tabor beta board-based A1222 build using the latest AmigaOS beta components as of early 2023. It's beta. Beta. BETA!!!! That means that the final numbers may be similar or be wildly different. The whole reason for things like NDAs is to prevent stuff like this from coloring people's expectations before release, either for good or for bad. If anyone starts quoting this page on the forums, I'll send the Golem of Prague after you. Don't think I can't.

CPU Benchmarks

The tests listed here below are designed to characterize CPU computation performance and storage bandwidth rather than any sort of real-world workload. Just like anything else on the A1222 if it uses PowerPC floating-point instructions and data the results will be affected by the FPU emulation layer. For example the RageMem results below use float64 datatypes for the 64-bit operations, so the numbers are going to be misleading. So, tests like the Whetstone benchmark or LAME MP3 conversion, or the 64-bit read/write tests from RageMem have been removed from the tables below for now, but I can make the raw data available to those genuinely interested.

Test Units A1222 X5000 SAM460 Pegasos 2
RageMem
L1 cache read (32-bits) MB/sec 4411 7537 4386 3809
L1 cache write (32-bits) MB/sec 4417 7538 4362 3265
L2 cache read (32-bits) MB/sec 604 4288 1033 1719
L2 cache write (32-bits) MB/sec 932 5022 448 1545
RAM read (32-bits) MB/sec 588 677 277 139
RAM write (32-bits) MB/sec 892 1469 448 211
SortBench
1K elements MB/sec 2206.50 3729.67 1700.54 1859.10
2K elements MB/sec 2213.01 3755.91 1706.85 1860.45
4K elements MB/sec 2220.33 3763.17 1697.80 1867.98
8K elements MB/sec 2198.70 3748.58 1650.10 1863.68
16K elements MB/sec 540.40 3380.38 472.58 1723.76
32K elements MB/sec 437.90 3277.59 390.23 1644.92
Dhrystone 2.1
Dhrystones per second 1207689.6 1959940.6 1002608.4 947880.0
Dhrystones MIPS DMIPS 687 1115 570 539
Sieve of Eratosthenes (ten iterations, array size 8191)
Average iteration runtime seconds 0.006136 0.002744 0.011243 0.016283
Maximum MIPS results MIPS 1172.9 1973.0 873.2 1145.4
Minimum MIPS result MIPS 153.9 213.2 80.7 44.8


Disk Benchmarks

Back in the Disk Options section of this guide we discussed disk hardware and filesystem choices. Now I'd like to compare the relative performance of disk I/O between my A1222 and my X5000. For this test the same Samsung SSD was used, with the same partitioning scheme, and same filesystem -- NGFS\01. While I'd like to do some real-world testing here, like streaming video and file copies of various sizes, I don't have instrumentation to accurately capture results, so like before, we'll use DiskSpeed 4.5 for our tests. I have no idea if FPU emulation impacts the results, but it hardly matters, since in the end, that's how it would work on our A1222s anyway.

Some of these numbers seem, well, a little off. But generally we would expect the A1222 to show less performance than the flagship X5000, and that's what it does show. The p1022sata.device driver probably has many areas where improvements could be made; my understanding is that it is based on the FreeScale Linux driver, and there may be areas that can be improved to take advantage of ExecSG functionality. No idea. In real-world use it can show, especially when loading many, tiny files, such as AISS images or games with tons of image and sound assets. With other applications you don't notice it at all. The point is that the A1222 disk I/O has quite a bit of room for software improvement; there is no reason some of these numbers are as low as they are.

After a request from a reader I have added results from my Pegasos 2 system but I don't consider them much use. With the A1222 and X5000 we are comparing apples to apples, i.e., same SSD, same filesystem, same interface. The Pegasos 2 is so old that the drive is mechanical, not solid-state; it is IDE-based, not SATA2; and the filesystem is SFS\0, not the newer NGFS\0. Nonetheless it is a typical setup for older, pre-PCIe systems, so maybe it is useful. You be the judge.

Test Units A1222 X5000 Pegasos 2
Directory manipulation speed
File create files/sec 1888 4109 3872
File open files/sec 27.12K 72.24K 23.61K
Directory scan files/sec 174.89K 297.27K 138.71K
File delete files/sec 3.17K 14.45K 0.63K
Seek/read seeks/sec 280.30K 532.19K 80.02K
File operations
512B buffer: create file MB/sec 15.43 18.18 9.08
512B buffer: write file MB/sec 24.13 45.39 30.71
512B buffer: read file MB/sec 121.24 223.65 52.77
4KB buffer: create file MB/sec 34.43 24.90 5.80
4KB buffer: write file MB/sec 121.66 323.09 248.40
4KB buffer: read file MB/sec 358.84 785.62 111.47
32KB buffer: create file MB/sec 43.21 27.61 7.43
32KB buffer: write file MB/sec 188.00 1170 584.35
32KB buffer: read file MB/sec 271.62 1100 156.83
256KB buffer: create file MB/sec 47.56 27.69 30.34
256KB buffer: write file MB/sec 290.16 1620 23.81
256KB buffer: read file MB/sec 343.94 1100 15.09
1MB buffer: create file MB/sec 48.12 26.88 30.38
1MB buffer: write file MB/sec 302.88 959.12 23.38
1MB buffer: read file MB/sec 341.62 1000 64.38

I also did some experiments back in 2021 on NGFS\00 and SFS filesystems on the A1222 and X5000 that may be of interest. Compared to the table above they show either the maturation of NGFS over time, the flakiness of DiskSpeed, both, or neither. I'm not trying to be coy; I'm just presenting the numbers as I measured them. The raw data is available for review. Oh, and those experiments were with DiskSpeed 4.3, an older version.

Graphics Benchmarks

We have a few graphics tools we can use for benchmarking, and for starters will use actual benchmarking tools that are well-known. Later I hope to add real-world examples like Blender rendering times, ShaderJoy average FPS numbers, timed demo levels in Quake, etc. Those are far more interesting than the tests below, especially since there is a high-end RadeonHD card in the X5000 and a low-end RadeonRX card in the A1222. The raw GfxBench2D results are available for review (A1222 results, X5000 results). The Pegasos II results are with a Radeon 9000 Pro AGP card.

Test Units A1222 X5000 SAM460 Pegasos 2
SDLbench
320x240 SW: Slow points frames/sec 14.3 29.2 5.3 11.8
320x240 SW: Fast points frames/sec 274.7 483.0 164.0 266.7
320x240 SW: Rect fill rects/sec 28444.4 59362.3 27489.9 20277.2
320x240 SW: 32x32 blits blits/sec 71859.6 157538.0 53194.8 56888.9
320x240 HW: Slow points frames/sec 533.3 800.0 363.6 288.6
320x240 HW: Fast points frames/sec 267.5 536.7 222.4 114.6
320x240 HW: Rect fill rects/sec 46021.0 68266.7 69423.7 3150.0
320x240 HW: 32x32 blits blits/sec 8047.0 35008.5 16516.1 3150.0
640x480 SW: Slow points frames/sec 1.9 3.8 1.3 1.5
640x480 SW: Fast points frames/sec 69.5 121.3 47.4 66.7
640x480 SW: Rect fill rects/sec 6104.3 18367.7 4740.7 6370.1
640x480 SW: 32x32 blits blits/sec 71859.6 157538.0 50567.9 56109.6
640x480 HW: Slow points frames/sec 129.0 216.2 93.0 54.4
640x480 HW: Fast points frames/sec 67.2 134.7 55.9 29.2
640x480 HW: Rect fill rects/sec 39009.5 50567.9 55531.4 11702.0
640x480 HW: 32x32 blits blits/sec 8047.0 35617.4 16384.0 3150.0
GfxBench2D
Overall score 6620.34 6678.69 n/a 1711.32
WritePixelArray MB/sec 425.34 923.11 n/a 174.1
ReadPixelArray MB/sec 329.25 895.61 n/a 42.6
copyToVRAM MB/sec 146.70 534.54 n/a 129.9
copyFromVRAM MB/sec 6.69 34.58 n/a 46.8

Previous section: Tips and Tricks Back to contents page... Next section: Frequently Asked Questions

Introduction | Initial Build | Disk Options | Recommended Software
Tools Compatibility | Games Compatibility | Tips | Benchmarks | FAQ | Links

Last updated: 16.12.23