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
BLAKE2 1.2.2
pts/blake2-1.2.2
- 09 November 2021 -
Fix install-exit-status handling.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/BLAKE2-20170307.tar.xz</URL> <MD5>654157280916e2a74439106fa4eb6130</MD5> <SHA256>a41e50f6fd68456ea11057a59fcff2b4419ad87305def674a6dd45c19a456619</SHA256> <FileName>BLAKE2-20170307.tar.xz</FileName> <FileSize>617408</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf BLAKE2-20170307.tar.xz cd BLAKE2-20170307/bench make echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd BLAKE2-20170307/bench ./blake2s > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > blake2 chmod +x blake2
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#long long #_RESULT_#</OutputTemplate> <LineHint>long</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.1--> <PhoronixTestSuite> <TestInformation> <Title>BLAKE2</Title> <AppVersion>20170307</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.2.2</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX, Windows</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> <RepositoryURL>https://github.com/BLAKE2/</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>