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.2.1
pts/cpuminer-opt-1.2.1
- 17 August 2018 -
Default to AVX2 build with cpuminer-opt on Windows.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/cpuminer-opt-3.8.8.1.zip</URL> <MD5>3dc566b30948863a89ef0863f759cb2f</MD5> <SHA256>23894573c10fae98f1c4b389a7a22841290a16f35d1b846a365e17f70a819b38</SHA256> <FileName>cpuminer-opt-3.8.8.1.zip</FileName> <FileSize>2050868</FileSize> <PlatformSpecific>Linux, BSD</PlatformSpecific> </Package> <Package> <URL>https://github.com/JayDDee/cpuminer-opt/files/1996977/cpuminer-opt-3.8.8.1-windows.zip</URL> <MD5>21a3041cacaa41f5f3a75773c84e1ec2</MD5> <SHA256>a7a600770cd79c44ad8896a178d9d8915b994e51ce3c6d3aba539e486154d981</SHA256> <FileName>cpuminer-opt-3.8.8.1-windows.zip</FileName> <FileSize>11787983</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh # libcurl4-openssl-dev libssl-dev unzip -o cpuminer-opt-3.8.8.1.zip cd cpuminer-opt-3.8.8.1 ./autogen.sh 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.8.1 ./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.8.1-windows.zip echo "#!/bin/sh cd cpuminer-opt-3.8.8.1-windows ./cpuminer-avx2.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.2.0m2--> <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.2.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Cpuminer-Opt</Title> <AppVersion>3.8.8.1</AppVersion> <Description>Cpuminer benchmark.</Description> <ResultScale>Hash Speed</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.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> <Menu> <Entry> <Name>lbry</Name> <Value>lbry</Value> </Entry> <Entry> <Name>sha256t</Name> <Value>sha256t</Value> </Entry> <Entry> <Name>skein</Name> <Value>skein</Value> </Entry> <Entry> <Name>myr-gr</Name> <Value>myr-gr</Value> </Entry> <Entry> <Name>m7m</Name> <Value>m7m</Value> </Entry> <Entry> <Name>deep</Name> <Value>deep</Value> </Entry> <Entry> <Name>cryptonight</Name> <Value>cryptonight</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>