CPU 1 Performance - VSTest1

Load Factor = 1

The most important numbers are the 4 performance numbers with processor 1
This are the numbers: 76453, 70368, 50582 and 38816.
What those numbers mean is that the performance of a single program decreases when more processors are used.

The second most important numbers are the 4 totals.

This are the numbers: 76453. 141270, 155483 and 160997
What those 4 numbers show is that the total performance does not increase lineair when more processors are used. In fact it follows more the function of: a square root of the number of processors used.

Back to CPU Performance - Benchmark