Some test produce quite volatile results on higher threads count (>= 8). Here is how these results look on charts: <img width="2633" height="1038" alt="Image" src="https://github.com/user-attachments/assets/93674e5a-5d8f-4c82-87a9-85b04dfddb23" /> <img width="1318" height="504" alt="Image" src="https://github.com/user-attachments/assets/b7861fa8-69d7-43f1-baad-82d038f41b6c" /> <img width="1315" height="518" alt="Image" src="https://github.com/user-attachments/assets/d87873cd-7911-4917-8aaf-b5b36fdacbc4" /> <img width="2641" height="1040" alt="Image" src="https://github.com/user-attachments/assets/97f41d2e-9a2b-4d40-a85b-9c6ca49e3618" /> The list of test and commands: - evp_cipher -o evp_isolated -a AES-128-CBC -t 16 - evp_cipher -o evp_isolated -a AES-256-CBC -t 16 - evp_cipher -o evp_shared -a AES-128-CBC -t 16 - evp_cipher -o evp_shared -a AES-256-CBC -t 16 - evp_hash -o evp_isolated -a SHA1 -t 16 - evp_hash -o evp_isolated -a SHA256 -t 16 - evp_mac -o evp_isolated -t 16 - evp_mac -o evp_shared -t 16 - evp_mac -o deprecated_isolated -t 16 - evp_mac -o deprecated_shared -t 16 - providerdoall -t 16 - x509storeissuer -t <CERTS DIR> 16
Some test produce quite volatile results on higher threads count (>= 8). Here is how these results look on charts:
The list of test and commands: