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
Stress-NG 1.11.0
pts/stress-ng-1.11.0
- 14 August 2023 -
Upate against 0.16.04 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.16.04.tar.gz</URL> <MD5>ee25a2cc526804fb305dc7b4c16a0b53</MD5> <SHA256>3453719508e9e02c57a736c154408538372d078be7dcf8e0165d37a821cdba45</SHA256> <FileName>stress-ng-0.16.04.tar.gz</FileName> <FileSize>3918769</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf stress-ng-0.16.04.tar.gz cd stress-ng-0.16.04 if [ "$OS_TYPE" = "BSD" ] then gmake else make -j $NUM_CPU_PHYSICAL_CORES fi echo $? > ~/install-exit-status cd ~ cat << EOF > stress-ng #!/bin/sh cd stress-ng-0.16.04 ./stress-ng \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOF chmod +x stress-ng
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>stress-ng: info: [2271] cpu 103656 30.03 596.91 0.00 #_RESULT_# 173.65</OutputTemplate> <ResultScale>Bogo Ops/s</ResultScale> <ResultProportion>HIB</ResultProportion> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Stress-NG</Title> <AppVersion>0.16.04</AppVersion> <Description>Stress-NG is a Linux stress tool developed by Colin Ian King.</Description> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.11.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, attr</ExternalDependencies> <EnvironmentSize>18</EnvironmentSize> <ProjectURL>https://github.com/ColinIanKing/stress-ng/</ProjectURL> <RepositoryURL>https://github.com/ColinIanKing/stress-ng</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>sys/apparmor.h</SystemDependencies> </TestProfile> <TestSettings> <Default> <Arguments>-t 30 --metrics-brief</Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>CPU Stress</Name> <Value>--cpu -1 --cpu-method all --no-rand-seed</Value> </Entry> <Entry> <Name>Crypto</Name> <Value>--crypt -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Memory Copying</Name> <Value>--memcpy -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Glibc Qsort Data Sorting</Name> <Value>--qsort -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Glibc C String Functions</Name> <Value>--str -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Vector Math</Name> <Value>--vecmath -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Matrix Math</Name> <Value>--matrix -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Forking</Name> <Value>--fork -1 --no-rand-seed</Value> </Entry> <Entry> <Name>System V Message Passing</Name> <Value>--msg -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Semaphores</Name> <Value>--sem -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Socket Activity</Name> <Value>--sock -1 --no-rand-seed --sock-zerocopy</Value> </Entry> <Entry> <Name>Context Switching</Name> <Value>--switch -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Atomic</Name> <Value>--atomic -1 --no-rand-seed</Value> </Entry> <Entry> <Name>CPU Cache</Name> <Value>--cache -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Malloc</Name> <Value>--malloc -1 --no-rand-seed</Value> </Entry> <Entry> <Name>MEMFD</Name> <Value>--memfd -1 --no-rand-seed</Value> </Entry> <Entry> <Name>MMAP</Name> <Value>--mmap -1 --no-rand-seed</Value> </Entry> <Entry> <Name>NUMA</Name> <Value>--numa -1 --no-rand-seed</Value> </Entry> <Entry> <Name>x86_64 RdRand</Name> <Value>--rdrand -1 --no-rand-seed</Value> </Entry> <Entry> <Name>SENDFILE</Name> <Value>--sendfile -1 --no-rand-seed</Value> </Entry> <Entry> <Name>IO_uring</Name> <Value>--io-uring -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Futex</Name> <Value>--futex -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Mutex</Name> <Value>--mutex -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Function Call</Name> <Value>--funccall -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Poll</Name> <Value>--poll -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Hash</Name> <Value>--hash -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Pthread</Name> <Value>--pthread -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Zlib</Name> <Value>--zlib -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Floating Point</Name> <Value>--fp -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Fused Multiply-Add</Name> <Value>--fma -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Pipe</Name> <Value>--pipe -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Matrix 3D Math</Name> <Value>--matrix-3d -1 --no-rand-seed</Value> </Entry> <Entry> <Name>AVL Tree</Name> <Value>--tree -1 --tree-method avl --no-rand-seed</Value> </Entry> <Entry> <Name>Vector Floating Point</Name> <Value>--vecfp -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Vector Shuffle</Name> <Value>--vecshuf -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Wide Vector Math</Name> <Value>--vecwide -1 --no-rand-seed</Value> </Entry> <Entry> <Name>Cloning</Name> <Value>--clone -1 --no-rand-seed</Value> </Entry> <Entry> <Name>AVX-512 VNNI</Name> <Value>--vnni -1</Value> </Entry> <Entry> <Name>Mixed Scheduler</Name> <Value>--schedmix -1</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>