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/ssl/RSA_dump | |
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/ssl/RSA_dump')
-rw-r--r-- | tests/data/external/ssl/RSA_dump | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/external/ssl/RSA_dump b/tests/data/external/ssl/RSA_dump new file mode 100644 index 00000000..55e40792 --- /dev/null +++ b/tests/data/external/ssl/RSA_dump @@ -0,0 +1,9 @@ +OpenSSL 1.0.2f 28 Jan 2016 +built on: reproducible build, date unspecified +options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) +compiler: gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM + sign verify sign/s verify/s +rsa 512 bits 0.000056s 0.000004s 17828.4 222903.5 +rsa 1024 bits 0.000169s 0.000011s 5923.9 88397.9 +rsa 2048 bits 0.000793s 0.000037s 1261.4 26951.3 +rsa 4096 bits 0.008280s 0.000131s 120.8 7633.7 |