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.1.1
pts/cpuminer-opt-1.1.1
- 04 March 2018 -
Use other Windows exe file.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/cpuminer-opt-3.8.3.3.zip</URL> <MD5>41eb1a6ec1d457f54daa732ede32c270</MD5> <SHA256>5f0df08fd829f99c0d0a63b9f4d53aba77d4648d8fa81b291f0e21c156671bcc</SHA256> <FileSize>2006342</FileSize> <PlatformSpecific>Linux, BSD</PlatformSpecific> </Package> <Package> <URL>http://github.com/JayDDee/cpuminer-opt/files/1756603/cpuminer-opt-3.8.3.3-windows.zip</URL> <MD5>0156d2913871b865f362549a7bd8bf99</MD5> <SHA256>ed4db6373c96a92e186ef94766ffcc21505a090f63f454480aed1334163a5514</SHA256> <FileSize>11617623</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o cpuminer-opt-3.8.3.3.zip cd cpuminer-opt-3.8.3.3 ./autogen.sh --without-curl CFLAGS="-O3 -march=native $CFLAGS" ./configure --without-curl make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd cpuminer-opt-3.8.3.3 ./cpuminer --quiet --time-limit=30 --benchmark \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > cpuminer-opt chmod +x cpuminer-opt
install_windows.sh
#!/bin/sh unzip -o cpuminer-opt-3.8.3.3-windows.zip echo "#!/bin/sh cd cpuminer-opt-3.8.3.3-windows ./cpuminer-aes-avx.exe --quiet --time-limit=30 --benchmark \$@ > \$LOG_FILE" > cpuminer-opt chmod +x cpuminer-opt
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <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 v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Cpuminer-Opt</Title> <AppVersion>3.8.3.3</AppVersion> <Description>Cpuminer benchmark.</Description> <ResultScale>Hash Speed</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, BSD, Windows</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>