Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Flexible IO Tester
Blender
John The Ripper
x264
GROMACS
Newest Tests
QuantLib
Etcpak
ONNX Runtime
Google SynthMark
Timed Godot Game Engine Compilation
RELION
Recently Updated Tests
FinanceBench
GnuPG
Cpuminer-Opt
IOR
QMCPACK
New & Recently Updated Tests
Recently Updated Suites
Cryptography
Finance
Creator Workloads
New & Recently Updated Suites
Currently Trending Results
IOR 5900X + 980 PRO
Renoir IOR
etcpak tex renoir
Compiler/Linker benchmark time on Gentoo MacbookPro
Xeon Gold 5220R 2P 2021
5900X Tues
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Contact Us
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>