Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Flexible IO Tester
dav1d
Basis Universal
Timed LLVM Compilation
LevelDB
Newest Tests
GeeXLab Vulkan Ray-Tracing Demo
Portal 2
JPEG XL Decoding
JPEG XL
Stream-Dynamic
Ngspice
Recently Updated Tests
Qmlbench
NWChem
ET: Legacy
Blender
libavif avifenc
New & Recently Updated Tests
Recently Updated Suites
Vulkan Ray-Tracing
Steam
Timed Code Compilation
New & Recently Updated Suites
Currently Trending Results
etlegacy 2.77 navi
8400 EO Feb
2970WX EO Feb
Tiger Lake Linux Mesa Comparison
8100 March
NVIDIA Blender 2.92 CUDA OptiX Benchmarks
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Contact Us
Cpuminer-Opt 1.1.0
pts/cpuminer-opt-1.1.0
- 04 March 2018 -
Update against cpuminer-opt 3.8.3.3, add Windows support.
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>https://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-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.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.0</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>