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
Hashcat 1.1.1
pts/hashcat-1.1.1
- 01 October 2021 -
H/s parsing is causing matching conflicts in the parser.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/hashcat/hashcat/releases/download/v6.2.4/hashcat-6.2.4.7z</URL> <MD5>e0077c3178cc4c4c207408f032ab7202</MD5> <SHA256>be6abeca5ab5b06a17850c69e954e7124d91ecdb5844b75e4df548158cbc9514</SHA256> <FileName>hashcat-6.2.4.7z</FileName> <FileSize>7448899</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh 7z x hashcat-6.2.4.7z -aoa echo $? > ~/install-exit-status echo "#!/bin/sh cd hashcat-6.2.4 ./hashcat.bin -b \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > hashcat chmod +x hashcat
install_windows.sh
#!/bin/sh 7z x hashcat-6.2.4.7z -aoa echo "#!/bin/sh cd hashcat-6.2.4 ./hashcat.exe -b \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > hashcat chmod +x hashcat
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>xyz: #_RESULT_# MH/s (40.98ms) @ Accel:32 Loops:1024 Thr:1024 Vec:8</OutputTemplate> <LineHint> MH/s</LineHint> <MultiplyResultBy>1000000</MultiplyResultBy> </ResultsParser> <ResultsParser> <OutputTemplate>xyz: #_RESULT_# GH/s (40.98ms) @ Accel:32 Loops:1024 Thr:1024 Vec:8</OutputTemplate> <LineHint> GH/s</LineHint> <MultiplyResultBy>1000000000</MultiplyResultBy> </ResultsParser> <ResultsParser> <OutputTemplate>xyz: #_RESULT_# kH/s (40.98ms) @ Accel:32 Loops:1024 Thr:1024 Vec:8</OutputTemplate> <LineHint> kH/s</LineHint> <MultiplyResultBy>1000</MultiplyResultBy> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <PhoronixTestSuite> <TestInformation> <Title>Hashcat</Title> <AppVersion>6.2.4</AppVersion> <Description>Hashcat is an open-source, advanced password recovery tool supporting GPU acceleration with OpenCL, NVIDIA CUDA, and Radeon ROCm.</Description> <ResultScale>H/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>opencl, p7zip</ExternalDependencies> <EnvironmentSize>143</EnvironmentSize> <ProjectURL>https://hashcat.net/hashcat/</ProjectURL> <RepositoryURL>https://github.com/hashcat/hashcat</RepositoryURL> <InternalTags>CUDA, OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <ArgumentPrefix>-m </ArgumentPrefix> <Menu> <Entry> <Name>MD5</Name> <Value>0</Value> </Entry> <Entry> <Name>SHA1</Name> <Value>100</Value> </Entry> <Entry> <Name>SHA-512</Name> <Value>1700</Value> </Entry> <Entry> <Name>7-Zip</Name> <Value>11600</Value> </Entry> <Entry> <Name>TrueCrypt RIPEMD160 + XTS</Name> <Value>6211</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>