Intel D 840 Dual Core CPU
8. PassMark Benchmark Suite
CPU Benchmarks
The suite of PassMark Performance Tests contains multi-process CPU tests such as:
- Integer (32-bit addition, subtraction, multiplication and division)
- Floating Point (32-bit addition, subtraction, multiplication and division)
- WIN32: MMX (matrix multiplication) or WIN64: 64bit Integer Matrix Multiplication
- WIN32: SSE (128-bit SSE operations such as addition, subtraction and multiplication) or WIN64: 64bit Floating Point Matrix operations
- WIN32: 3Dnow! (3D transformation of an array of 32-bit vertices) or WIN64: 64bit Floating Point Matrix operations
- Compression
- Encryption
- Image Rotation (Rotate image co-ordinates in memory)
- Random String Sorting
Integers are whole numbers such as 23, 459532, -26. Floating point numbers contain a fractional part, e.g. 1.003, 98394.2. These two types of numbers are treated quite differently inside a computer, which is why PerformanceTest differentiates between the two.
For each of the integer tests, a large array of random 32 bit integers is processed using the particular mathematical operations listed below. For the floating point tests, single precision floating point numbers (32 bit) are used.
The "PassMark rating" is a weighted average of all the other test results and gives a single overall indication of the computers performance. The bigger the number, the faster the computer. The "PassMark rating" can only be calculated if the results from all other tests are available. The value is calculated as follows.
Test Suite | Weighting |
Disk | 20% |
CD / DVD | 9% |
Memory | 18% |
3D Graphics | 12% |
2D Graphics | 14% |
CPU | 27% |
Total | 100% |
In our case however we only ran the CPU suite.
We chose to do "All" the tests for the CPU, as described above. Below you can see the difference between the D 840, the 3.73Ghz ED and the P4 660.
Test | D 840 | 3.73Ghz ED | P4 660 |
As we can see, once again the 3.6GHz and 3.73GHz processors are faster than the 3.2GHz D 840 for single processes. But for multitasking? Check below...
Multitasking Benchmarks
The Advanced Multi Process Test from the PassMark benchmark is designed to run a series of standard benchmark tests in parallel, to examine performance under these conditions. Multi-processor machines should excel under this kind of environment, as the load is split between the CPUs.
The tests include a number of the standard PassMark benchmarks along with some popular benchmarking algorithms and tests which emulate some day-to-day operations your CPU may be required to carry out and are particularly processor intensive.
As the tests are quite varied, as are their results, it unfortunately means that no graphing feature exists as is common amongst the other Advanced Tests.
Test Name | Intel 3.73 | Intel D 840 | Primes found |
Prime Number Search | 51341 | 66161 | Primes Found |
Sorting Random Strings | 153388 | 155960 | Thousand strings sorted per second |
Compression | 264 | 338 | KBytes per second |
Encryption | 1409.74 | 2011.54 | KBytes per second |
Rotation | 22.78 | 35.89 | Rotation per second |
MMX Addition | 49.87 | 71.37 | Million Ops/Sec |
MMX Multiplication | 46.91 | 66.65 | Million Ops/Sec |
Integer addition | 75.35 | 120.87 | Million Ops/Sec |
Whetstone | 226.07 | 212.99 | Million Ops/Sec |
Dhrystone | 254.73 | 330.22 | Million Ops/Sec |
Memory Read | 289.39 | 374.48 | MB/sec |
Memory Write | 289.33 | 374.72 | MB/sec |
Disk Access | 0.15 | 0.14 | MB/sec |
There is no doubt that the Dual-Core is better equipped to handle multiple processes. This test confirms this.
Further details about each test are given below:
The Tests
- Prime Number Search:
This test uses a simple brute force prime number search algorithm. It begins at 3 and checks every integer to see if it is a member of the set of primes. (A prime number is one which is divisible only by 1 and itself). The test reports the amount of primes found and the largest prime. Note that for longer test periods, the rate of Primes Per Second found will drop as the distance between primes gets larger.
- Sorting Random Strings:
The test uses qsort to continually sort 1000 strings of 256 characters. Once the test duration expires, the test reports the speed of the sorting in thousands of strings per second.
- Compression:
The Compression test uses an Adaptive encoding algorithm based on source code from Ian H. Witten, Radford M. Neal, and John G. Cleary in an article called “Arithmetic Coding for Data Compression”. The system uses a model which maintains the probability of each symbol being the next encoded. It reports a compression rate of 363% for English text, which is slightly better than the Huffman method. This test reports its results in KBytes/Sec compressed.
- Encryption:
The encryption test uses the Blowfish enciphering algorithm. It is based on the C implementation by Paul Kocher. Data is enciphered using a 16byte key in blocks of 4 KB. The test reports in KBytes/Sec.
- Rotation:
The rotation algorithm is a PassMark developed algorithm using standard rotation mathematics. The test uses a 400 x 400 pseudo image with one byte of data per pixel. The image is rotated degree by degree, with each degree counting as one rotation. The test reports in rotations per second.
- MMX Addition:
- MMX Multiplication:
These are the standard PassMark benchmarks. See MMX Tests for more information. These tests are only included with the version of PT that is for the 32-bit version of Windows.
- Maths Integer addition:
This is a standard PassMark benchmark. See Maths Tests for more information.
- Whetstone:
The Whetstone benchmark is one commonly used to test floating point arithmetic. The algorithm is based on the original C source code written by Rich Painter. The benchmark is designed to test the speed of commonly used floating point CPU instructions. The test reports in MIPS (Million Instructions Per Second.)
- Dhrystone:
The Dhrystone benchmark is one commonly used to test a machines integer arithmetic. The algorithm is based on the C source code for Dhrystone version 2 by Reinhold P. Weicker. The test reports in MIPS.
- Memory Read:
- Memory Write:
These are the standard PassMark benchmarks. See Memory Tests for more information.
- Disk Access:
This test uses the same test engine as the PassMark Advanced Disk Test. The test uses a file size of the current available RAM, a block size of 4K, the Win32 uncached interface, a 50%/50% RW level, it is 100% Sequential and executed in Synchronous mode. The test reports its results in MB/Sec.