summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-06-21 09:42:20 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-06-21 16:42:41 +0800
commited60be00eaecb06a36117c3b19aa43468f75d370 (patch)
tree800295e24b353920c4896da81b82c5f742336580 /resources
parent45111c01f62328e20992846f279a41f8d1f7d99e (diff)
Add missing description in compute QPI spec
Change-Id: Ia8bedf1a39afc9fe71984f2f5f1a487512008b5d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources')
-rw-r--r--resources/QPI/compute.yaml15
1 files changed, 14 insertions, 1 deletions
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