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
Stressful Application Test 1.0.1
pts/stressapptest-1.0.1
- 04 September 2019 -
More accurate setting RAM to test type.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/stressapptest/stressapptest/archive/v1.0.9.zip</URL> <MD5>429cfaa59a4051f5d4dd662ac60403c0</MD5> <SHA256>8f4f3c8d981e832105246ca5e084390da90f207b9b881f10c4720bde7552c77f</SHA256> <FileName>v1.0.9.zip</FileName> <FileSize>248249</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o v1.0.9.zip cd stressapptest-1.0.9/ ./configure make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/bash cd stressapptest-1.0.9/ ./src/stressapptest \$@ -l \$LOG_FILE" > stressapptest chmod +x stressapptest
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>2019/09/04-16:28:45(EDT) Status: #_RESULT_# - please verify no corrected errors</OutputTemplate> <LineHint>please verify no corrected errors</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.0m3--> <PhoronixTestSuite> <TestInformation> <Title>Stressful Application Test</Title> <Description>This is a pass/fail benchmark of stressapptest (Stressful Application Test) for verifying memory/RAM stability of the system.</Description> <ResultScale>Pass / Fail</ResultScale> <DisplayFormat>PASS_FAIL</DisplayFormat> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Memory</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>3</EnvironmentSize> <ProjectURL>https://github.com/stressapptest/stressapptest</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Threads</DisplayName> <Identifier>cpu-threads</Identifier> <ArgumentPrefix>-m </ArgumentPrefix> <Menu> <Entry> <Name>1</Name> <Value>1</Value> </Entry> <Entry> <Name>2</Name> <Value>2</Value> </Entry> <Entry> <Name>4</Name> <Value>4</Value> </Entry> <Entry> <Name>8</Name> <Value>8</Value> </Entry> </Menu> </Option> <Option> <DisplayName>RAM To Test</DisplayName> <Identifier>ram-capacity</Identifier> <ArgumentPrefix>-M </ArgumentPrefix> <Menu> <Entry> <Name>2MB</Name> <Value>2</Value> </Entry> <Entry> <Name>64MB</Name> <Value>64</Value> </Entry> <Entry> <Name>256MB</Name> <Value>256</Value> </Entry> <Entry> <Name>1GB</Name> <Value>1024</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Duration</DisplayName> <Identifier>duration</Identifier> <ArgumentPrefix>-s </ArgumentPrefix> <Menu> <Entry> <Name>30 Seconds</Name> <Value>30</Value> </Entry> <Entry> <Name>1 Minute</Name> <Value>60</Value> </Entry> <Entry> <Name>3 Minute</Name> <Value>180</Value> </Entry> <Entry> <Name>10 Minutes</Name> <Value>600</Value> </Entry> <Entry> <Name>30 Minutes</Name> <Value>1800</Value> </Entry> <Entry> <Name>1 Hour</Name> <Value>3600</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>