diff options
author | wu.zhihui <wu.zhihui1@zte.com.cn> | 2017-03-08 21:44:18 +0800 |
---|---|---|
committer | wu.zhihui <wu.zhihui1@zte.com.cn> | 2017-03-09 10:45:31 +0800 |
commit | 5429e8223b8d34bed90d6c1e54ee8e64ea742f51 (patch) | |
tree | fd1819625d0f205661c17ed0ca76a8f3c7b2b027 /tests/data/external/ramspeed/Floatmem | |
parent | 1da6c875cda496a2b2479e7b4cff841015cdb928 (diff) |
regexes for dpi/ramspeed/ssl
- Add dpi/ramspeed/ssl logfiles
- update regexes for dpi/ramspeed/ssl
result sample:
dpi: {
"bps": "4.57",
"pps": "1.55"
}
ramspeed:{
"float_add": "9967.13",
"float_copy": "7908.64",
"float_scale": "7870.16",
"float_triad": "10073.43",
"float_average": "8954.84",
"integer_add": "11649.55",
"integer_copy": "11562.63",
"integer_scale": "11563.77",
"integer_triad": "11671.22",
"integer_average": "11611.79"
}
ssl:{
"aes_128_cbc_1024_bytes": "584568.83k",
"aes_128_cbc_16_bytes": "533103.05k",
"aes_128_cbc_256_bytes": "580021.25k",
"aes_128_cbc_64_bytes": "570042.22k",
"aes_128_cbc_8192_bytes": "599470.83k"
"rsa_sign_1024": "3.9",
"rsa_sign_2048": "1.4",
"rsa_sign_4096": "0.8",
"rsa_sign_512": "8.4",
"rsa_verify_1024": "88397.9",
"rsa_verify_2048": "26951.3",
"rsa_verify_4096": "7633.7",
"rsa_verify_512": "222903.5"
}
Change-Id: I6db22a699111dd55d9dc48c6e8c2cf148b345563
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'tests/data/external/ramspeed/Floatmem')
-rw-r--r-- | tests/data/external/ramspeed/Floatmem | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/tests/data/external/ramspeed/Floatmem b/tests/data/external/ramspeed/Floatmem new file mode 100644 index 00000000..f3cc1e6d --- /dev/null +++ b/tests/data/external/ramspeed/Floatmem @@ -0,0 +1,52 @@ +RAMspeed/SMP (Linux) v3.5.0 by Rhett M. Hollander and Paul V. Bolotoff, 2002-09 + +8Gb per pass mode, 1 processes + +5-benchmark FLOATmem BatchRun mode + +Benchmark #1: +FL-POINT Copy: 8220.47 MB/s +FL-POINT Scale: 8195.78 MB/s +FL-POINT Add: 10319.18 MB/s +FL-POINT Triad: 10403.87 MB/s +--- +FL-POINT AVERAGE: 9284.83 MB/s + +Benchmark #2: +FL-POINT Copy: 8086.66 MB/s +FL-POINT Scale: 7842.82 MB/s +FL-POINT Add: 9900.13 MB/s +FL-POINT Triad: 10029.43 MB/s +--- +FL-POINT AVERAGE: 8964.76 MB/s + +Benchmark #3: +FL-POINT Copy: 7766.98 MB/s +FL-POINT Scale: 7837.62 MB/s +FL-POINT Add: 9827.57 MB/s +FL-POINT Triad: 9918.89 MB/s +--- +FL-POINT AVERAGE: 8837.77 MB/s + +Benchmark #4: +FL-POINT Copy: 7647.89 MB/s +FL-POINT Scale: 7594.00 MB/s +FL-POINT Add: 9873.93 MB/s +FL-POINT Triad: 9970.89 MB/s +--- +FL-POINT AVERAGE: 8771.68 MB/s + +Benchmark #5: +FL-POINT Copy: 7821.21 MB/s +FL-POINT Scale: 7880.56 MB/s +FL-POINT Add: 9914.84 MB/s +FL-POINT Triad: 10044.05 MB/s +--- +FL-POINT AVERAGE: 8915.17 MB/s + +FL-POINT BatchRun Copy: 7908.64 MB/s +FL-POINT BatchRun Scale: 7870.16 MB/s +FL-POINT BatchRun Add: 9967.13 MB/s +FL-POINT BatchRun Triad: 10073.43 MB/s +--- +FL-POINT BatchRun AVERAGE: 8954.84 MB/s
\ No newline at end of file |