Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Blender
PostgreSQL
Timed Linux Kernel Compilation
AOM AV1
Stress-NG
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Recently Updated Tests
Stress-NG
Llama.cpp
NCNN
srsRAN Project
VVenC
x265
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
StressCPU2 Stress-Test 1.0.2
pts/stresscpu2-1.0.2
- 27 September 2020 -
Deprecate test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <FileName>stresscpu2</FileName> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar xvf stresscpu2.tgz cat> launch <<'EOT' #!/bin/sh case $OS_ARCH in x86_64) stresscpu2/stresscpu2_linux64 -t $@ | grep FAIL > $LOG_FILE ;; i?86 | i86*) stresscpu2/stresscpu2_linux32 -t $@ | grep FAIL > $LOG_FILE ;; esac EOT chmod +x launch
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>StressCPU2 Stress-Test</Title> <AppVersion>2</AppVersion> <Description>This test runs a series of GROMACS inner loops hand coded in assembly for speed and efficiency on SSE units. The short run lengths are only useful for heating up your CPU, for a proper test, use the 6 or 12 hour run length. This test will cause unstable hardware to stop responding and require a hard reboot.</Description> <ResultScale>Stress Test</ResultScale> <DisplayFormat>PASS_FAIL</DisplayFormat> <SubTitle>Tight GROMACS Inner-Loops</SubTitle> <Executable>launch</Executable> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Deprecated</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>2</EnvironmentSize> <Maintainer>Andrew Schofield</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Run-Time</DisplayName> <Identifier>runtime</Identifier> <Menu> <Entry> <Name>5 Minutes</Name> <Value>00:05:00</Value> </Entry> <Entry> <Name>30 Minutes</Name> <Value>00:30:00</Value> </Entry> <Entry> <Name>1 Hour</Name> <Value>01:00:00</Value> </Entry> <Entry> <Name>6 Hours</Name> <Value>06:00:00</Value> </Entry> <Entry> <Name>12 Hours</Name> <Value>12:00:00</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>