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
ASKAP
Redis
Gcrypt Library
NAS Parallel Benchmarks
Memcached mcperf
New & Recently Updated Tests
Recently Updated Suites
Cryptography
Finance
Creator Workloads
New & Recently Updated Suites
Currently Trending Results
10700T Friday
Ryzen 5 3600XT 2021 AMD
2021-01-21-2117
nocinder02_2-2
Tiger Lake ASKAP
AMD Ryzen 9 5900X python Benchmarks - Python 3 vs. Pyston 2.1
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.1.0
pts/botan-1.1.0
- 10 January 2014 -
Update against upstream Botan 1.11.6.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://files.randombit.net/botan/v1.11/Botan-1.11.6.tbz</URL> <MD5>616c9428e6aa44d85f3dd9f9fe01d0cf</MD5> <SHA256>6990bd82bf4f620e6e1f0964830f3a881fd7fb4f22c5e94bd07ca7265e2e5ebd</SHA256> <FileSize>2367949</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -jxvf Botan-1.11.6.tbz cd Botan-1.11.6/ ./configure.py make make check echo \$? > ~/test-exit-status cd ~ echo "#!/bin/sh cd Botan-1.11.6/ LD_LIBRARY_PATH=\`pwd\`:\$LD_LIBRARY_PATH time ./check --benchmark > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > botan chmod +x botan
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>AES-256 [core] #_RESULT_#</OutputTemplate> <MatchToTestArguments>AES-256</MatchToTestArguments> </ResultsParser> <ResultsParser> <OutputTemplate>CAST-256 [core] #_RESULT_#</OutputTemplate> <MatchToTestArguments>CAST-256</MatchToTestArguments> </ResultsParser> <ResultsParser> <OutputTemplate>KASUMI [core] #_RESULT_#</OutputTemplate> <MatchToTestArguments>KASUMI</MatchToTestArguments> </ResultsParser> <ResultsParser> <OutputTemplate>Twofish [core] #_RESULT_#</OutputTemplate> <MatchToTestArguments>Twofish</MatchToTestArguments> </ResultsParser> <ResultsParser> <OutputTemplate>Tiger [core] #_RESULT_#</OutputTemplate> <MatchToTestArguments>Tiger</MatchToTestArguments> </ResultsParser> <ResultsParser> <OutputTemplate>X9.19-MAC [core] #_RESULT_#</OutputTemplate> <MatchToTestArguments>X9.19-MAC</MatchToTestArguments> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <TestInformation> <Title>Botan</Title> <AppVersion>1.11.6</AppVersion> <Description>Botan is a cross-platform open-source C++ crypto library that supports most all publicly known cryptographic algorithms.</Description> <ResultScale>Mbytes/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.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>33</EnvironmentSize> <ProjectURL>http://botan.randombit.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>AES-256</Name> <Value>AES-256</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> <Entry> <Name>Tiger</Name> <Value>Tiger</Value> </Entry> <Entry> <Name>X9.19-MAC</Name> <Value>X9.19-MAC</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>