From ed60be00eaecb06a36117c3b19aa43468f75d370 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 21 Jun 2017 09:42:20 +0800 Subject: Add missing description in compute QPI spec Change-Id: Ia8bedf1a39afc9fe71984f2f5f1a487512008b5d Signed-off-by: Yujun Zhang --- resources/QPI/compute.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/QPI/compute.yaml b/resources/QPI/compute.yaml index 3d127ed8..8169da4f 100644 --- a/resources/QPI/compute.yaml +++ b/resources/QPI/compute.yaml @@ -28,6 +28,7 @@ sections: # split based on different application formula: geometric mean metrics: - name: ssl_rsa + description: performance of cryptographic using RSA cipher algorithm formual: geometric mean workloads: - name: rsa_sign_512 @@ -47,7 +48,8 @@ sections: # split based on different application - name: rsa_verify_4096 description: rsa 4096 bits verify per second - name: ssl_aes - description: Advanced Encryption Standard (AES) Cipher Algorithm in Cipher Block Chaining (CBC) Mode + description: > + performance of advanced encryption standard (AES) cipher algorithm in cipher block chaining (CBC) mode formual: geometric mean workloads: - name: aes_128_cbc_16_bytes @@ -74,6 +76,9 @@ sections: # split based on different application description: cache and memory performance metrics: - name: floatmem + description: > + measures the maximum possible cache and memory performance while reading and writing certain blocks of data + (starting from 1Kb and further in power of 2) continuously through FPU workloads: - name: copy description: > @@ -94,6 +99,9 @@ sections: # split based on different application data from the second one and writes to the third place (A = m*B + C). - name: intmem + description: > + measures the maximum possible cache and memory performance while reading and writing certain blocks of data + (starting from 1Kb and further in power of 2) continuously through ALU workloads: - name: copy description: > @@ -117,10 +125,15 @@ sections: # split based on different application description: arithmetic computing speed metrics: - name: integer + description: > + measures and compare the performance of computers, focusing on string handling without floating point + operations. workloads: - name: dhrystone_lps description: dhrystone loops per second - name: floating + description: > + measures the speed and efficiency of floating-point operations workloads: - name: whetstone_MWIPS description: whetstone million instructions per second -- cgit 1.2.3-korg