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.1.0
pts/cryptopp-1.1.0
- 22 July 2023 -
Update against latest upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.cryptopp.com/cryptopp880.zip, https://github.com/weidai11/cryptopp/releases/download/CRYPTOPP_8_8_0/cryptopp880.zip</URL> <MD5>5a23c630d8ccfee7554ab24d2ab306f7</MD5> <SHA256>ace1c7b010a409eba5e86c4fd5a8845c43a6ac39bb6110e64ca5d7fea08583f4</SHA256> <FileName>cryptopp880.zip</FileName> <FileSize>9279806</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o cryptopp880.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 v10.8.4--> <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 v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Crypto++</Title> <AppVersion>8.8</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.1.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> <RepositoryURL>https://github.com/weidai11/cryptopp</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments> 2</PostArguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Unkeyed Algorithms</Name> <Value>b1 6</Value> </Entry> <Entry> <Name>Keyed Algorithms</Name> <Value>b2 3</Value> </Entry> <Entry> <Name>All Algorithms</Name> <Value>b 2</Value> <Message>This option can be very time consuming.</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>