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
Botan 1.5.0
pts/botan-1.5.0
- 29 February 2020 -
Update against Botan upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://botan.randombit.net/releases/Botan-2.13.0.tar.xz</URL> <MD5>9f90c7d523778be5f23f3ce79046ba35</MD5> <SHA256>f57ae42a41e1091bca58f44f41addebd9a390b651603952c881ec89d50187e90</SHA256> <FileName>Botan-2.13.0.tar.xz</FileName> <FileSize>5911360</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf Botan-2.13.0.tar.xz cd Botan-2.13.0 python3 ./configure.py make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd Botan-2.13.0 ./botan speed \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > botan chmod +x botan
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>TripleDES encrypt buffer size 1024 bytes: #_RESULT_# MiB/sec 66.21 cycles/byte (37.33 MiB in 1000.01 ms)</OutputTemplate> <LineHint>encrypt buffer size</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0--> <PhoronixTestSuite> <TestInformation> <Title>Botan</Title> <AppVersion>2.13.0</AppVersion> <Description>Botan is a cross-platform open-source C++ crypto library that supports most all publicly known cryptographic algorithms.</Description> <ResultScale>MiB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>67</EnvironmentSize> <ProjectURL>http://botan.randombit.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--format=table --msec=10000 </Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>AES-256</Name> <Value>AES-256</Value> </Entry> <Entry> <Name>Blowfish</Name> <Value>Blowfish</Value> </Entry> <Entry> <Name>CAST-256</Name> <Value>CAST-256</Value> </Entry> <Entry> <Name>KASUMI</Name> <Value>KASUMI</Value> </Entry> <Entry> <Name>Twofish</Name> <Value>Twofish</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>