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
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
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
Stockfish 1.0.0
system/stockfish-1.0.0
- 02 August 2024 -
Add system/stockfish version of pts/stockfish
install.sh
#!/bin/bash if which stockfish >/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: stockfish is not found on the system! This test profile needs a working Stockfish (stockfish) binary in the PATH." echo 2 > ~/install-exit-status fi echo "#!/bin/sh stockfish bench 4096 \$NUM_CPU_CORES 26 default depth > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status stockfish v 2>&1 | grep \"by the\" > ~/pts-footnote > ~/pts-footnote" > stockfish chmod +x stockfish
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Nodes/second : #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>Stockfish</Title> <Description>This is a test of Stockfish, an advanced open-source chess benchmark that can scale up to 1024 CPU threads. This system/stockfish test profile relies on the OS provided Stockfish (stockfish) package as opposed to the existing pts/stockfish test profile that builds the same version from the upstream source code.</Description> <ResultScale>Nodes Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Chess Benchmark</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>12</EnvironmentSize> <ProjectURL>https://stockfishchess.org/</ProjectURL> <RepositoryURL>https://github.com/official-stockfish/Stockfish</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>stockfish</SystemDependencies> </TestProfile> </PhoronixTestSuite>