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.5.0
pts/cpuminer-opt-1.5.0
- 29 September 2021 -
Update against cpuminer-opt 3.18.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/JayDDee/cpuminer-opt/archive/refs/tags/v3.18.0.tar.gz</URL> <MD5>b66927a6f6a0fcb3871a2c479a24693a</MD5> <SHA256>eee8a30ae8cde4d94bd313427eb059118c958082593dac6b227d7e8c8302d106</SHA256> <FileName>cpuminer-opt-3.18.0.tar.gz</FileName> <FileSize>1869910</FileSize> <PlatformSpecific>Linux, BSD</PlatformSpecific> </Package> <Package> <URL>https://github.com/JayDDee/cpuminer-opt/releases/download/v3.18.0/cpuminer-opt-3.18.0-windows.zip</URL> <MD5>a76f148c9ce081a677078e4e444e3880</MD5> <SHA256>376b4bf35d02f976a9ea385fbae1385ef53351ef541c4104c1aecb07f9379eb9</SHA256> <FileName>cpuminer-opt-3.18.0-windows.zip</FileName> <FileSize>20616821</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf cpuminer-opt-3.18.0.tar.gz cd cpuminer-opt-3.18.0 ./autogen.sh CFLAGS="-O3 -march=native $CFLAGS" ./configure --without-curl if [ $OS_TYPE = "BSD" ] then gmake -j $NUM_CPU_CORES echo $? > ~/install-exit-status else make -j $NUM_CPU_CORES echo $? > ~/install-exit-status fi cd ~ echo "#!/bin/sh cd cpuminer-opt-3.18.0 ./cpuminer --quiet --time-limit=30 --no-color --threads=\$NUM_CPU_CORES --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.18.0-windows.zip echo "#!/bin/sh ./cpuminer-avx2.exe --quiet --no-color --time-limit=30 --threads=\$NUM_CPU_CORES --benchmark \$@ > \$LOG_FILE" > cpuminer-opt chmod +x cpuminer-opt
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[2017-12-10 18:07:01] Benchmark: #_RESULT_# MH/s</OutputTemplate> <LineHint>MH/s</LineHint> <ResultAfterString>Benchmark:</ResultAfterString> <MultiplyResultBy>1000</MultiplyResultBy> </ResultsParser> <ResultsParser> <OutputTemplate>[2017-12-10 18:07:01] Benchmark: #_RESULT_# kH/s</OutputTemplate> <LineHint>kH/s</LineHint> <ResultAfterString>Benchmark:</ResultAfterString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.0--> <PhoronixTestSuite> <TestInformation> <Title>Cpuminer-Opt</Title> <AppVersion>3.18</AppVersion> <Description>Cpuminer-Opt is a fork of cpuminer-multi that carries a wide range of CPU performance optimizations for measuring the potential cryptocurrency mining performance of the CPU/processor with a wide variety of cryptocurrencies. The benchmark reports the hash speed for the CPU mining performance for the selected cryptocurrency.</Description> <ResultScale>kH/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux, BSD, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>curl, build-utilities, gmp-library, openssl-development</ExternalDependencies> <EnvironmentSize>34</EnvironmentSize> <ProjectURL>https://github.com/JayDDee/cpuminer-opt</ProjectURL> <RepositoryURL>https://github.com/JayDDee/cpuminer-opt</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Algorithm</DisplayName> <Identifier>algo</Identifier> <ArgumentPrefix>-a </ArgumentPrefix> <Menu> <Entry> <Name>Triple SHA-256, Onecoin</Name> <Value>sha256t</Value> </Entry> <Entry> <Name>Quad SHA-256, Pyrite</Name> <Value>sha256q</Value> </Entry> <Entry> <Name>Myriad-Groestl</Name> <Value>myr-gr</Value> </Entry> <Entry> <Name>Magi (XMG)</Name> <Value>m7m</Value> </Entry> <Entry> <Name>Blake-2 S</Name> <Value>blake2s</Value> </Entry> <Entry> <Name>x25x</Name> <Value>x25x</Value> </Entry> <Entry> <Name>Garlicoin</Name> <Value>allium</Value> </Entry> <Entry> <Name>Ringcoin (RNG)</Name> <Value>minotaur</Value> </Entry> <Entry> <Name>Deepcoin</Name> <Value>deep</Value> </Entry> <Entry> <Name>Skeincoin</Name> <Value>skein</Value> </Entry> <Entry> <Name>LBC, LBRY Credits</Name> <Value>lbry</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>