Advertisement
Guest User

Moronix test suite vs. default package on ROCK64

a guest
Oct 27th, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. root@rock64:/var/lib/phoronix-test-suite/installed-tests/pts/openssl-1.9.0# openssl-1.0.1g/apps/openssl speed rsa4096 -multi 4
  2. WARNING: can't open config file: /usr/local/ssl/openssl.cnf
  3. Forked child 0
  4. Forked child 1
  5. Forked child 2
  6. Forked child 3
  7. +DTP:4096:private:rsa:10
  8. +DTP:4096:private:rsa:10
  9. +DTP:4096:private:rsa:10
  10. +DTP:4096:private:rsa:10
  11. +R1:45:4096:10.01
  12. +DTP:4096:public:rsa:10
  13. +R1:46:4096:10.20
  14. +DTP:4096:public:rsa:10
  15. +R1:46:4096:10.22
  16. +R1:46:4096:10.21
  17. +DTP:4096:public:rsa:10
  18. +DTP:4096:public:rsa:10
  19. +R2:3121:4096:10.00
  20. +R2:3128:4096:10.00
  21. +R2:3122:4096:10.00
  22. +R2:3125:4096:10.00
  23. Got: +F2:3:4096:0.221957:0.003200 from 0
  24. Got: +F2:3:4096:0.221739:0.003197 from 1
  25. Got: +F2:3:4096:0.222174:0.003203 from 2
  26. Got: +F2:3:4096:0.222444:0.003204 from 3
  27. OpenSSL 1.0.1g 7 Apr 2014
  28. built on: Fri Oct 27 11:28:41 UTC 2017
  29. options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(ptr)
  30. compiler: gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DTERMIO -O3 -fomit-frame-pointer -Wall
  31. sign verify sign/s verify/s
  32. rsa 4096 bits 0.055520s 0.000800s 18.0 1249.6
  33.  
  34.  
  35. root@rock64:/var/lib/phoronix-test-suite/installed-tests/pts/openssl-1.9.0# openssl speed rsa4096 -multi 4
  36. Forked child 0
  37. Forked child 1
  38. Forked child 2
  39. Forked child 3
  40. +DTP:4096:private:rsa:10
  41. +DTP:4096:private:rsa:10
  42. +DTP:4096:private:rsa:10
  43. +DTP:4096:private:rsa:10
  44. +R1:108:4096:10.02
  45. +DTP:4096:public:rsa:10
  46. +R1:109:4096:10.06
  47. +DTP:4096:public:rsa:10
  48. +R1:108:4096:10.05
  49. +DTP:4096:public:rsa:10
  50. +R1:109:4096:10.09
  51. +DTP:4096:public:rsa:10
  52. +R2:7750:4096:10.00
  53. +R2:7734:4096:10.00
  54. +R2:7698:4096:10.00
  55. Got: +F2:3:4096:0.093056:0.001299 from 0
  56. Got: +F2:3:4096:0.092778:0.001290 from 1
  57. Got: +F2:3:4096:0.092294:0.001293 from 2
  58. +R2:7706:4096:10.00
  59. Got: +F2:3:4096:0.092569:0.001298 from 3
  60. OpenSSL 1.0.2g 1 Mar 2016
  61. built on: reproducible build, date unspecified
  62. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  63. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fdebug-prefix-map=/build/openssl-GL7eSy/openssl-1.0.2g=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
  64. sign verify sign/s verify/s
  65. rsa 4096 bits 0.023168s 0.000324s 43.2 3088.8
  66.  
  67.  
  68. root@rock64:/var/lib/phoronix-test-suite/installed-tests/pts/openssl-1.9.0# openssl-1.0.1g/apps/openssl speed -elapsed -evp aes-128-cbc
  69. WARNING: can't open config file: /usr/local/ssl/openssl.cnf
  70. You have chosen to measure elapsed time instead of user CPU time.
  71. Doing aes-128-cbc for 3s on 16 size blocks: 7449562 aes-128-cbc's in 3.00s
  72. Doing aes-128-cbc for 3s on 64 size blocks: 2142997 aes-128-cbc's in 3.00s
  73. Doing aes-128-cbc for 3s on 256 size blocks: 560568 aes-128-cbc's in 3.00s
  74. Doing aes-128-cbc for 3s on 1024 size blocks: 141838 aes-128-cbc's in 3.00s
  75. Doing aes-128-cbc for 3s on 8192 size blocks: 17778 aes-128-cbc's in 3.00s
  76. OpenSSL 1.0.1g 7 Apr 2014
  77. built on: Fri Oct 27 11:28:41 UTC 2017
  78. options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(ptr)
  79. compiler: gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DTERMIO -O3 -fomit-frame-pointer -Wall
  80. The 'numbers' are in 1000s of bytes per second processed.
  81. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  82. aes-128-cbc 39731.00k 45717.27k 47835.14k 48414.04k 48545.79k
  83.  
  84.  
  85. root@rock64:/var/lib/phoronix-test-suite/installed-tests/pts/openssl-1.9.0# openssl speed -elapsed -evp aes-128-cbc
  86. You have chosen to measure elapsed time instead of user CPU time.
  87. Doing aes-128-cbc for 3s on 16 size blocks: 30411068 aes-128-cbc's in 3.00s
  88. Doing aes-128-cbc for 3s on 64 size blocks: 20335547 aes-128-cbc's in 3.00s
  89. Doing aes-128-cbc for 3s on 256 size blocks: 8517594 aes-128-cbc's in 3.00s
  90. Doing aes-128-cbc for 3s on 1024 size blocks: 2644180 aes-128-cbc's in 3.00s
  91. Doing aes-128-cbc for 3s on 8192 size blocks: 355436 aes-128-cbc's in 3.00s
  92. OpenSSL 1.0.2g 1 Mar 2016
  93. built on: reproducible build, date unspecified
  94. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  95. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fdebug-prefix-map=/build/openssl-GL7eSy/openssl-1.0.2g=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
  96. The 'numbers' are in 1000s of bytes per second processed.
  97. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  98. aes-128-cbc 162192.36k 433825.00k 726834.69k 902546.77k 970577.24k
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement