Skip to content

Commit 79c376b

Browse files
authored
Merge pull request #105566 from DavidBerg-MSFT/patch-3
Updated benchmarks to note special cases for A and B series VMs.
2 parents 907b439 + 83c8c40 commit 79c376b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/virtual-machines/windows/compute-benchmark-scores.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ The following SPECInt benchmark scores show compute performance for select Azure
4848
| Standard_A8m_v2 | 8 | 1 | Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz | 10 | 104.5 | 5.1 |
4949
| Standard_A8m_v2 | 8 | 2 | Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz | 13 | 111.6 | 2.3 |
5050

51+
Note: Av2-series VMs can be deployed on a variety of hardware types and processors (as seen above). Av2-series VMs have CPU performance and memory configurations best suited for entry level workloads like development and test. The size is throttled to offer relatively consistent processor performance for the running instance, regardless of the hardware it is deployed on; however, software that takes advantage of specific newer processor optimizations may see more significant variation across processor types.
52+
5153
## B - Burstable
5254
| Size | vCPUs | NUMA Nodes | CPU | Runs | Avg Base Rate | StdDev |
5355
| ---- | ----: | ---------: | --- | ---: | ------------: | -----: |
@@ -61,6 +63,10 @@ The following SPECInt benchmark scores show compute performance for select Azure
6163
| Standard_B8ms | 8 | 1 | Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz | 3 | 42.0 | 0.0 |
6264
| Standard_B8ms | 8 | 1 | Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz | 25 | 41.4 | 0.9 |
6365

66+
Note: B-Series VMs are for workloads with burstable performance requirements. VM instances accumulate credits when using less than its baseline. When the VM has accumulated credit, the VM can burst above the baseline using up to 100% to meet short CPU burst requirements. Burst time depends on available credits which is a function of VM size and time.
67+
68+
SPEC Int is a fairly long running test that typically exhausts available burst credits. Therefore the numbers above are closer to the baseline performance of the VM (although they may reflect some burst time accumulated between runs). For short, bursty, workloads (typical on B-Series) performance will typically be closer to that of the Ds v3 Series..
69+
6470
## DSv3 - General Compute + Premium Storage
6571
| Size | vCPUs | NUMA Nodes | CPU | Runs | Avg Base Rate | StdDev |
6672
| ---- | ----: | ---------: | --- | ---: | ------------: | -----: |

0 commit comments

Comments
 (0)