Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Crypto++ 1.0.0
pts/cryptopp-1.0.0
- 28 February 2020 -
Initial commit of crypto++ benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://www.cryptopp.com/cryptopp820.zip</URL> <MD5>8a8bcb436af83e16d2227bd4ac642243</MD5> <SHA256>03f0e2242e11b9d19b28d0ec5a3fa8ed5cc7b27640e6bed365744f593e858058</SHA256> <FileName>cryptopp820.zip</FileName> <FileSize>8859815</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o cryptopp820.zip make -j $NUM_CPU_CORES echo $? > ~/install-exit-status echo "#!/bin/sh ./cryptest.exe \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > cryptopp chmod +x cryptopp
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Throughput Geometric Average: #_RESULT_#</OutputTemplate> <LineHint>Throughput Geometric Average</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0--> <PhoronixTestSuite> <TestInformation> <Title>Crypto++</Title> <AppVersion>8.2</AppVersion> <Description>Crypto++ is a C++ class library of cryptographic algorithms.</Description> <ResultScale>MiB/second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX, Solaris, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>575</EnvironmentSize> <ProjectURL>https://www.cryptopp.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments> 3</PostArguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Unkeyed Algorithms</Name> <Value>b1</Value> </Entry> <Entry> <Name>Keyed Algorithms</Name> <Value>b2</Value> </Entry> <Entry> <Name>Integer + Elliptic Curve Public Key Algorithms</Name> <Value>b3</Value> </Entry> <Entry> <Name>All Algorithms</Name> <Value>b</Value> <Message>This option can be very time consuming.</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>