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
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
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 1.0.1
system/openssl-1.0.1
- 08 December 2015 -
Add title string.
install.sh
#!/bin/sh if which openssl >/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: OpenSSL is not found on the system!" echo 2 > ~/install-exit-status fi echo "#!/bin/sh openssl version | cut -d \" \" -f 2 > ~/pts-test-version 2>/dev/null openssl speed rsa4096 -multi \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > openssl chmod +x openssl
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.2.0m0--> <PhoronixTestSuite> <TestInformation> <Title>OpenSSL</Title> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <Extends>pts/openssl</Extends> <RequiresCoreVersionMin>6100</RequiresCoreVersionMin> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>openssl</SystemDependencies> </TestProfile> </PhoronixTestSuite>