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.1
pts/stresscpu2-1.0.1
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://fire-salamander.co.uk/pts-tests/stresscpu2.php</URL> <MD5>3c8dc3e9603ec925cc47ad92b9e7dd6c</MD5> <FileName>stresscpu2.tgz</FileName> <FileSize>733678</FileSize> </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 v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</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>