Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Xmrig 1.0.0
pts/xmrig-1.0.0
- 24 April 2021 -
Initial commit of xmrig benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/xmrig/xmrig/archive/refs/tags/v6.12.1.tar.gz</URL> <MD5>da6657d4685c665255a32bae4229f644</MD5> <SHA256>7570030c4b3e257bda190a100dc59f78b74c823af7561222a99b296f5e7b1ac2</SHA256> <FileName>xmrig-6.12.1.tar.gz</FileName> <FileSize>1626568</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf xmrig-6.12.1.tar.gz cd xmrig-6.12.1 # Make the benchmark quit when done (after printing benchmark finished result) sed -i '136 i exit(0);' src/base/net/stratum/benchmark/BenchClient.cpp mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_OPENCL=OFF -DWITH_CUDA=OFF 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 xmrig-6.12.1/build ./xmrig --no-color --threads=\$NUM_CPU_CORES \$@ -l \$LOG_FILE echo \$? > ~/test-exit-status" > xmrig chmod +x xmrig
install_windows.sh
#!/bin/sh unzip -o cpuminer-opt-3.15.5-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.4.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[2021-04-24 13:02:32.324] bench benchmark finished in 826.465 seconds #_RESULT_# h/s) hash sum = 898B6E0431C28A6B</OutputTemplate> <LineHint>benchmark finished</LineHint> <ResultAfterString>seconds</ResultAfterString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Xmrig</Title> <AppVersion>6.12.1</AppVersion> <Description>Xmrig is an open-source cross-platform CPU/GPU miner for RandomX, KawPow, CryptoNight and AstroBWT. This test profile is setup to measure the Xmlrig CPU mining performance.</Description> <ResultScale>H/s</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>cmake, build-utilities, openssl-development</ExternalDependencies> <EnvironmentSize>25</EnvironmentSize> <ProjectURL>https://xmrig.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>uv.h, hwloc.h</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Variant</DisplayName> <Identifier>variant</Identifier> <Menu> <Entry> <Name>Monero</Name> <Message>Default</Message> </Entry> <Entry> <Name>Wownero</Name> <Value>-a rx/wow</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Hash Count</DisplayName> <Identifier>count</Identifier> <ArgumentPrefix>--bench=</ArgumentPrefix> <Menu> <Entry> <Name>1M</Name> <Value>1M</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>