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
BLAKE2 1.1.0
pts/blake2-1.1.0
- 10 January 2014 -
Update against BLAKE2 newest upstream code.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://blake2.net/blake2_code_20130131.zip</URL> <MD5>613cd1ebe6e0bec589cb6580161b23ca</MD5> <SHA256>a3cb02348195353741891ba55a9506312a8144bf33f4b382e8749e9e57ce843a</SHA256> <FileSize>465360</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o blake2_code_20130131.zip cd blake2_code_20130131/bench make cd ~/ echo "#!/bin/sh cd blake2_code_20130131/bench ./blake2s > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > blake2 chmod +x blake2
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#long long #_RESULT_#</OutputTemplate> <LineHint>long</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m0 (Plavsk)--> <PhoronixTestSuite> <TestInformation> <Title>BLAKE2</Title> <AppVersion>20130131</AppVersion> <Description>This is a benchmark of BLAKE2 using the blake2s binary. BLAKE2 is a high-performance crypto alternative to MD5 and SHA-2/3.</Description> <ResultScale>Cycles Per Byte</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</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, openssl-development</ExternalDependencies> <EnvironmentSize>1.9</EnvironmentSize> <ProjectURL>http://blake2.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>