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
Cpuminer-Opt 1.0.0
pts/cpuminer-opt-1.0.0
- 10 December 2017 -
Test profile of https://github.com/JayDDee/cpuminer-opt
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://www.phoronix-test-suite.com/benchmark-files/cpuminer-opt-3.7.5.zip</URL> <MD5>6e0b62ff9524200f7e5a84fa29c70044</MD5> <SHA256>7308a8504a2be4c8f7c78342bf64d58e7d3874471727fb1c9a5933af5e456671</SHA256> <FileSize>1851263</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o cpuminer-opt-3.7.5.zip cd cpuminer-opt-3.7.5 ./build.sh cd ~ echo "#!/bin/sh cd cpuminer-opt-3.7.5 ./cpuminer --quiet --time-limit=30 --benchmark \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > cpuminer-opt chmod +x cpuminer-opt
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.6.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[2017-12-10 18:07:01] Benchmark: #_RESULT_# MH/s</OutputTemplate> <LineHint>Benchmark:</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.6.0--> <PhoronixTestSuite> <TestInformation> <Title>Cpuminer-Opt</Title> <Description>Cpuminer benchmark.</Description> <ResultScale>Hash Speed</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>curl, build-utilities, gmp-library, openssl-development</ExternalDependencies> <EnvironmentSize>5</EnvironmentSize> <ProjectURL>http://github.com/JayDDee/cpuminer-opt</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Algorithm</DisplayName> <Identifier>algo</Identifier> <ArgumentPrefix>-a </ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>lbry</Name> <Value>lbry</Value> <Message></Message> </Entry> <Entry> <Name>sha256t</Name> <Value>sha256t</Value> <Message></Message> </Entry> <Entry> <Name>skein</Name> <Value>skein</Value> <Message></Message> </Entry> <Entry> <Name>myr-gr</Name> <Value>myr-gr</Value> <Message></Message> </Entry> <Entry> <Name>m7m</Name> <Value>m7m</Value> <Message></Message> </Entry> <Entry> <Name>deep</Name> <Value>deep</Value> <Message></Message> </Entry> <Entry> <Name>cryptonight</Name> <Value>cryptonight</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>