Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Stream 1.1.0
pts/stream-1.1.0
- 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://www.phoronix-test-suite.com/benchmark-files/stream-2009-04-11.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/stream-2009-04-11.tar.gz</URL> <MD5>db10871405a08a3873306fcb2688f729</MD5> <FileSize>4057</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf stream-2009-04-11.tar.gz cc stream.c -O2 -fopenmp -o stream-bin echo \$? > ~/test-exit-status echo "#!/bin/sh export OMP_NUM_THREADS=\$NUM_CPU_CORES ./stream-bin > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > stream chmod +x stream
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Function Rate (MB/s) Avg time Min time Max time Copy: #_Copy_# 0.0029 0.0029 0.0030 Scale: #_Scale_# 0.0031 0.0030 0.0034 Add: #_Add_# 0.0042 0.0041 0.0044 Triad: #_Triad_# 0.0040 0.0040 0.0041</OutputTemplate> <ResultKey>PTS_TEST_ARGUMENTS</ResultKey> </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>Stream</Title> <AppVersion>2009-04-11</AppVersion> <Description>This benchmark tests the system memory (RAM) performance.</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>10</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Memory</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.1</EnvironmentSize> <ProjectURL>http://www.cs.virginia.edu/stream/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Type</DisplayName> <Identifier>run-type</Identifier> <Menu> <Entry> <Name>Copy</Name> <Value>Copy</Value> </Entry> <Entry> <Name>Scale</Name> <Value>Scale</Value> </Entry> <Entry> <Name>Add</Name> <Value>Add</Value> </Entry> <Entry> <Name>Triad</Name> <Value>Triad</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>