aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorNauman_Ahad <nauman_ahad@xflowresearch.com>2016-02-02 12:45:40 +0500
committerNauman_Ahad <nauman_ahad@xflowresearch.com>2016-02-02 12:47:59 +0500
commitc90360642e3032c73b7d17844eb6b019b618fc5b (patch)
treeb9849d235d58802a1239b7caab39e63a568f8c92 /data
parentcbdddad944abba7be2eb848b16b2abc1ce791f50 (diff)
Fixed issue with SSL and IPERF
Recent patches incorporating sudo led to an error Change-Id: If0e3316fbebce774db43f5fdcb3ea5e322a28222 Signed-off-by: Nauman_Ahad <nauman_ahad@xflowresearch.com>
Diffstat (limited to 'data')
-rw-r--r--data/ref_results/compute_benchmarks_indices.py4
-rw-r--r--data/ref_results/generator_ref_json.py16
-rw-r--r--data/ref_results/reference.json16
3 files changed, 18 insertions, 18 deletions
diff --git a/data/ref_results/compute_benchmarks_indices.py b/data/ref_results/compute_benchmarks_indices.py
index 51f6c416..9aaff888 100644
--- a/data/ref_results/compute_benchmarks_indices.py
+++ b/data/ref_results/compute_benchmarks_indices.py
@@ -74,7 +74,7 @@ def ramspeed_index ():
ramspeed_int_bm_index=get_index(ramspeed_dict, 'ramspeed_bm', ramspeed_int_bm_ref,'4 RamSpeed result','1. INTmem bandwidth','5. Average (MB/s)')
ramspeed_float_bm_ref=get_reference('compute','ramspeed_bm','FLOATmem','Average (MB/s)')
- ramspeed_float_bm_index=get_index(ramspeed_dict, 'ramspeed_bm', ramspeed_float_bm_ref,'4 RamSpeed result','1. FLOATmem bandwidth','5. Average (MB/s)')
+ ramspeed_float_bm_index=get_index(ramspeed_dict, 'ramspeed_bm', ramspeed_float_bm_ref,'4 RamSpeed result','2. FLOATmem bandwidth','5. Average (MB/s)')
ramspeed_bm_index=(ramspeed_int_bm_index+ramspeed_float_bm_index)/2
@@ -82,7 +82,7 @@ def ramspeed_index ():
ramspeed_int_vm_index=get_index(ramspeed_dict, 'ramspeed_vm', ramspeed_int_vm_ref,'4 RamSpeed result','1. INTmem bandwidth','5. Average (MB/s)')
ramspeed_float_vm_ref=get_reference('compute','ramspeed_vm','FLOATmem','Average (MB/s)')
- ramspeed_float_vm_index=get_index(ramspeed_dict, 'ramspeed_vm', ramspeed_float_vm_ref,'4 RamSpeed result','1. FLOATmem bandwidth','5. Average (MB/s)')
+ ramspeed_float_vm_index=get_index(ramspeed_dict, 'ramspeed_vm', ramspeed_float_vm_ref,'4 RamSpeed result','2. FLOATmem bandwidth','5. Average (MB/s)')
ramspeed_vm_index=(ramspeed_int_vm_index+ramspeed_float_vm_index)/2
diff --git a/data/ref_results/generator_ref_json.py b/data/ref_results/generator_ref_json.py
index db396653..f5b8e12a 100644
--- a/data/ref_results/generator_ref_json.py
+++ b/data/ref_results/generator_ref_json.py
@@ -8,10 +8,10 @@ dict_ref['compute']['dpi_vm']=22.12
dict_ref['compute']['whetstone_bm']={};
dict_ref['compute']['whetstone_vm']={};
-dict_ref['compute']['whetstone_bm']['single_cpu']=859.1
-dict_ref['compute']['whetstone_bm']['multi_cpu']=859.1
-dict_ref['compute']['whetstone_vm']['single_cpu']=859.1
-dict_ref['compute']['whetstone_vm']['multi_cpu']=859.
+dict_ref['compute']['whetstone_bm']['single_cpu']=806.1
+dict_ref['compute']['whetstone_bm']['multi_cpu']=41483.3
+dict_ref['compute']['whetstone_vm']['single_cpu']=789.0
+dict_ref['compute']['whetstone_vm']['multi_cpu']=2950.6
dict_ref['compute']['dhrystone_bm']={};
dict_ref['compute']['dhrystone_vm']={};
@@ -50,14 +50,14 @@ dict_ref['compute']['ssl_vm']['AES']['8192B']=807701160
dict_ref['compute']['ramspeed_bm']={};
dict_ref['compute']['ramspeed_bm']['INTmem']={};
dict_ref['compute']['ramspeed_bm']['FLOATmem']={};
-dict_ref['compute']['ramspeed_bm']['INTmem']['Average (MB/s)']=11775.85
-dict_ref['compute']['ramspeed_bm']['FLOATmem']['Average (MB/s)']=9780.23
+dict_ref['compute']['ramspeed_bm']['INTmem']['Average (MB/s)']=12268.38
+dict_ref['compute']['ramspeed_bm']['FLOATmem']['Average (MB/s)']=9758.79
dict_ref['compute']['ramspeed_vm']={};
dict_ref['compute']['ramspeed_vm']['INTmem']={};
dict_ref['compute']['ramspeed_vm']['FLOATmem']={};
-dict_ref['compute']['ramspeed_vm']['INTmem']['Average (MB/s)']=11775.85
-dict_ref['compute']['ramspeed_vm']['FLOATmem']['Average (MB/s)']=9780.23
+dict_ref['compute']['ramspeed_vm']['INTmem']['Average (MB/s)']=12147.59
+dict_ref['compute']['ramspeed_vm']['FLOATmem']['Average (MB/s)']=9064.09
dict_ref['storage']={};
diff --git a/data/ref_results/reference.json b/data/ref_results/reference.json
index 4ea53904..cfcbfc3b 100644
--- a/data/ref_results/reference.json
+++ b/data/ref_results/reference.json
@@ -12,18 +12,18 @@
"dpi_vm": 22.12,
"ramspeed_bm": {
"FLOATmem": {
- "Average (MB/s)": 9780.23
+ "Average (MB/s)": 9758.79
},
"INTmem": {
- "Average (MB/s)": 11775.85
+ "Average (MB/s)": 12268.38
}
},
"ramspeed_vm": {
"FLOATmem": {
- "Average (MB/s)": 9780.23
+ "Average (MB/s)": 9064.09
},
"INTmem": {
- "Average (MB/s)": 11775.85
+ "Average (MB/s)": 12147.59
}
},
"ssl_bm": {
@@ -57,12 +57,12 @@
}
},
"whetstone_bm": {
- "multi_cpu": 859.1,
- "single_cpu": 859.1
+ "multi_cpu": 41483.3,
+ "single_cpu": 806.1
},
"whetstone_vm": {
- "multi_cpu": 859.0,
- "single_cpu": 859.1
+ "multi_cpu": 2950.6,
+ "single_cpu": 789.0
}
},
"network": {