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
RAMspeed SMP 1.4.3
pts/ramspeed-1.4.3
- 12 April 2020 -
TTR = 3
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/ramsmp-3.5.0.tar.gz, http://sources.buildroot.net/ramsmp/ramsmp-3.5.0.tar.gz</URL> <MD5>c26b32c752c603e17c28a1cab4348682</MD5> <SHA256>39fb15493fb3c293575746d56f6ab9faaa1d876d8b1f0d8e5a4042d2ace95839</SHA256> <FileName>ramsmp-3.5.0.tar.gz</FileName> <FileSize>79481</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf ramsmp-3.5.0.tar.gz cd ramsmp-3.5.0/ export CFLAGS="-O3 -march=native $CFLAGS" cc $CFLAGS -o ramsmp fltmark.c fltmem.c intmark.c intmem.c ramsmp.c echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd ramsmp-3.5.0/ ./ramsmp \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ramspeed chmod +x ramspeed
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>INTEGER BatchRun Copy: #_RESULT_# MB/s INTEGER BatchRun Scale: 7578.89 MB/s INTEGER BatchRun Add: 8701.14 MB/s INTEGER BatchRun Triad: 8408.65 MB/s --- INTEGER BatchRun AVERAGE: 8189.55 MB/s</OutputTemplate> <MatchToTestArguments>COPY</MatchToTestArguments> <LineHint>Copy</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>INTEGER BatchRun Copy: 8069.52 MB/s INTEGER BatchRun Scale: #_RESULT_# MB/s INTEGER BatchRun Add: 8701.14 MB/s INTEGER BatchRun Triad: 8408.65 MB/s --- INTEGER BatchRun AVERAGE: 8189.55 MB/s</OutputTemplate> <MatchToTestArguments>SCALE</MatchToTestArguments> <LineHint>Scale</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>INTEGER BatchRun Copy: 8069.52 MB/s INTEGER BatchRun Scale: 7578.89 MB/s INTEGER BatchRun Add: #_RESULT_# MB/s INTEGER BatchRun Triad: 8408.65 MB/s --- INTEGER BatchRun AVERAGE: 8189.55 MB/s</OutputTemplate> <MatchToTestArguments>ADD</MatchToTestArguments> <LineHint>Add</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>INTEGER BatchRun Copy: 8069.52 MB/s INTEGER BatchRun Scale: 7578.89 MB/s INTEGER BatchRun Add: 8701.14 MB/s INTEGER BatchRun Triad: #_RESULT_# MB/s --- INTEGER BatchRun AVERAGE: 8189.55 MB/s</OutputTemplate> <MatchToTestArguments>TRIAD</MatchToTestArguments> <LineHint>Triad</LineHint> </ResultsParser> <ResultsParser> <OutputTemplate>INTEGER BatchRun Copy: 8069.52 MB/s INTEGER BatchRun Scale: 7578.89 MB/s INTEGER BatchRun Add: 8701.14 MB/s INTEGER BatchRun Triad: 8408.65 MB/s --- INTEGER BatchRun AVERAGE: #_RESULT_# MB/s</OutputTemplate> <MatchToTestArguments>AVERAGE</MatchToTestArguments> <LineHint>AVERAGE</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m3--> <PhoronixTestSuite> <TestInformation> <Title>RAMspeed SMP</Title> <AppVersion>3.5.0</AppVersion> <Description>This benchmark tests the system memory (RAM) performance.</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.4.3</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Memory</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.72</EnvironmentSize> <ProjectURL>http://www.alasir.com/software/ramspeed/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments>-l 10</PostArguments> </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> <Entry> <Name>Average</Name> <Value>AVERAGE</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <ArgumentPrefix>-b </ArgumentPrefix> <Menu> <Entry> <Name>Integer</Name> <Value>3</Value> </Entry> <Entry> <Name>Floating Point</Name> <Value>6</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>