diff options
author | Nauman_Ahad <nauman_ahad@xflowresearch.com> | 2016-02-01 17:03:50 +0500 |
---|---|---|
committer | Nauman Ahad <nauman.ahad@xflowresearch.com> | 2016-02-01 22:40:35 +0000 |
commit | b882c9c54ce8e6c91c5f30bd394eec3934011549 (patch) | |
tree | 68d44929f3ce9106660bcb0f69c70bf47669328c /data/ref_results/reference.json | |
parent | fe6dc78c6b7cef0d199839b4153c56fb8142b7d0 (diff) |
Fixed the index calculation for QTIP compute, network and storage suites
Earlier inaccurate index calculation updated.
Now indices take into account vm and bm cases
Change-Id: Icf2d7fc17ef765f5c0611b5371d57410ba155cb6
Signed-off-by: Nauman_Ahad <nauman_ahad@xflowresearch.com>
(cherry picked from commit 49b4662f32c415ea141ff269ba39d9a401b6e320)
Diffstat (limited to 'data/ref_results/reference.json')
-rw-r--r-- | data/ref_results/reference.json | 76 |
1 files changed, 65 insertions, 11 deletions
diff --git a/data/ref_results/reference.json b/data/ref_results/reference.json index cd5f7e67..4ea53904 100644 --- a/data/ref_results/reference.json +++ b/data/ref_results/reference.json @@ -1,8 +1,24 @@ { "compute": { - "dhrystone": 3146.66, - "dpi": 8.12, - "ramspeed": { + "dhrystone_bm": { + "multi_cpu": 103362.1, + "single_cpu": 3231.7 + }, + "dhrystone_vm": { + "multi_cpu": 10585.8, + "single_cpu": 2953.6 + }, + "dpi_bm": 8.12, + "dpi_vm": 22.12, + "ramspeed_bm": { + "FLOATmem": { + "Average (MB/s)": 9780.23 + }, + "INTmem": { + "Average (MB/s)": 11775.85 + } + }, + "ramspeed_vm": { "FLOATmem": { "Average (MB/s)": 9780.23 }, @@ -10,7 +26,7 @@ "Average (MB/s)": 11775.85 } }, - "ssl": { + "ssl_bm": { "AES": { "1024B": 808861020, "16B": 735490250, @@ -25,19 +41,57 @@ "512b": 22148.9 } }, - "whetstone": 859.1 + "ssl_vm": { + "AES": { + "1024B": 808861020, + "16B": 735490250, + "256B": 803323650, + "64B": 788429210, + "8192B": 807701160 + }, + "RSA": { + "1024b": 7931.44, + "2048b": 1544.3, + "4096b": 161.92, + "512b": 22148.9 + } + }, + "whetstone_bm": { + "multi_cpu": 859.1, + "single_cpu": 859.1 + }, + "whetstone_vm": { + "multi_cpu": 859.0, + "single_cpu": 859.1 + } }, "network": { - "iperf": { - "throughput received(b/s)": 9973180000.0 + "iperf_bm": { + "throughput received(b/s)": 944473000.0 + }, + "iperf_vm": { + "throughput received(b/s)": 14416700000.0 + }, + "iperf_vm_2": { + "throughput received(b/s)": 2461530000.0 } }, "storage": { - "read": { - "IOPS": 6995 + "fio_bm": { + "read": { + "IOPS": 6693 + }, + "write": { + "IOPS": 6688 + } }, - "write": { - "IOPS": 6990 + "fio_vm": { + "read": { + "IOPS": 2239 + }, + "write": { + "IOPS": 2237 + } } } }
\ No newline at end of file |