Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
OpenSSL 3.0.1
pts/openssl-3.0.1
- 07 September 2021 -
Fix typo from prior commit causing issues for some builds.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/openssl/openssl/archive/refs/tags/openssl-3.0.0.tar.gz</URL> <MD5>ff7cd5834d620e956137e1c943170ec2</MD5> <SHA256>b39653402e398a2b89c3f1779f09fe273fda6b6d7873d2816b954b949a185b83</SHA256> <FileName>openssl-openssl-3.0.0.tar.gz</FileName> <FileSize>15113435</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf openssl-openssl-3.0.0.tar.gz cd openssl-openssl-3.0.0 ./config no-zlib make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd openssl-openssl-3.0.0 LD_LIBRARY_PATH=.:\$LD_LIBRARY_PATH ./apps/openssl speed -multi \$NUM_CPU_CORES -seconds 30 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > openssl chmod +x openssl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>rsa 4096 bits 0.000632s 0.000010s #_RESULT_# 101133.8</OutputTemplate> <LineHint>rsa 4096 bits</LineHint> <ResultScale>sign/s</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>rsa 4096 bits 0.000632s 0.000010s 111.1 #_RESULT_#</OutputTemplate> <LineHint>rsa 4096 bits</LineHint> <ResultScale>verify/s</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>sha256 773058.94k 2674506.65k #_RESULT_# 15092842.84k 20350306.99k 20835702.10k</OutputTemplate> <LineHint>sha256</LineHint> <ResultScale>byte/s</ResultScale> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <PhoronixTestSuite> <TestInformation> <Title>OpenSSL</Title> <AppVersion>3.0</AppVersion> <Description>OpenSSL is an open-source toolkit that implements SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols. This test profile makes use of the built-in "openssl speed" benchmarking capabilities.</Description> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>3.0.1</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>430</EnvironmentSize> <ProjectURL>http://www.openssl.org/</ProjectURL> <RepositoryURL>https://github.com/openssl/openssl</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Algorithm</DisplayName> <Identifier>algo</Identifier> <Menu> <Entry> <Name>RSA4096</Name> <Value>rsa4096</Value> </Entry> <Entry> <Name>SHA256</Name> <Value>sha256</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>