Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Primesieve
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
MBW 1.0.0
pts/mbw-1.0.0
- 08 September 2018 -
Initial commit of memory bandwidth memcopy 'mbw' benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/mbw-20180908.tar.xz</URL> <MD5>e6b1a58d763d00be3edfcc7d0cea7d42</MD5> <SHA256>113d27fcb2c259c33076bf383a05c7f9b0376be1d77b2fd37f13dd15a31bccdf</SHA256> <FileName>mbw-20180908.tar.xz</FileName> <FileSize>66620</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf mbw-20180908.tar.xz cd mbw CFLAGS="-O3 -march=native $CFLAGS" cc $CFLAGS -o mbw mbw.c echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd mbw/ ./mbw \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > mbw-benchmark chmod +x mbw-benchmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>AVG Method: MCBLOCK Elapsed: 0.01584 MiB: 128.00000 Copy: #_RESULT_# MiB/s</OutputTemplate> <LineHint>AVG Method:</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m4--> <PhoronixTestSuite> <TestInformation> <Title>MBW</Title> <AppVersion>2018-09-08</AppVersion> <Description>This is a basic/simple memory (RAM) bandwidth benchmark for memory copy operations.</Description> <ResultScale>MiB/s</ResultScale> <Proportion>HIB</Proportion> <Executable>mbw-benchmark</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Memory</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://github.com/raas/mbw/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-n100</Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>Memory Copy</Name> <Value>-t0</Value> </Entry> <Entry> <Name>Memory Copy, Fixed Block Size</Name> <Value>-t2</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Array Size</DisplayName> <Identifier>array-size</Identifier> <Menu> <Entry> <Name>128 MiB</Name> <Value>128</Value> </Entry> <Entry> <Name>512 MiB</Name> <Value>512</Value> </Entry> <Entry> <Name>1024 MiB</Name> <Value>1024</Value> </Entry> <Entry> <Name>4096 MiB</Name> <Value>4096</Value> </Entry> <Entry> <Name>8192 MiB</Name> <Value>8192</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>