I have test result from phoronix test suite openssl 3.1.0 and openssl 3.1.0 from phoronix folder. The result is different between phoronix and openssl. I don't understand how the value is calculated.
My test script openssl speed -multi 128 -seconds 30 -evp aes-256-gcm
Results Definition. I understand correctly, phoronix gets the result from #RESULT# in the EVP template, the result from openssl aes 256 8k 226754791.29k, but phoronix gets 535783063080 byte/s. Why?
I have test result from phoronix test suite openssl 3.1.0 and openssl 3.1.0 from phoronix folder. The result is different between phoronix and openssl. I don't understand how the value is calculated.
My test script openssl speed -multi 128 -seconds 30 -evp aes-256-gcm
Output
evp 22004797.19k 56503839.78k 137950217.82k 191126712.25k 226754791.29k 230415287.36k
Phoronix-test-suite benchmark openssl
Output
Algorithm: AES-256-GCM: 535489700390 536565824720 535783063080
Average: 535946196063 byte/s Deviation: 0.10%
Results Definition. I understand correctly, phoronix gets the result from #RESULT# in the EVP template, the result from openssl aes 256 8k 226754791.29k, but phoronix gets 535783063080 byte/s. Why?