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
Intel Memory Latency Checker 1.0.0
pts/intel-mlc-1.0.0
- 22 April 2021 -
Initial commit of Intel MLC.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://software.intel.com/content/dam/develop/external/us/en/protected/mlc_v3.9.tgz</URL> <MD5>00a24ef07c99fbb9765e61c3568eada8</MD5> <SHA256>abc1662c08eca68078e8ef930808f5cc8f4a0035bf3f36149e30ed05535deaf4</SHA256> <FileName>mlc_v3.9.tgz</FileName> <FileSize>810709</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf mlc_v3.9.tgz echo "#!/bin/bash cd Linux/ ./mlc \$@ > \$LOG_FILE" > intel-mlc chmod +x intel-mlc
install_windows.sh
#!/bin/sh tar -xf mlc_v3.9.tgz echo "#!/bin/bash cd Windows/ ./mlc.exe \$@ > \$LOG_FILE" > intel-mlc chmod +x intel-mlc
post.sh
#!/bin/bash if [ -w /proc/sys/vm/nr_hugepages ] then cat nr_hugepages_archive > /proc/sys/vm/nr_hugepages fi
pre.sh
#!/bin/bash if [ -w /proc/sys/vm/nr_hugepages ] then cat /proc/sys/vm/nr_hugepages > nr_hugepages_archive echo 4000 > /proc/sys/vm/nr_hugepages sleep 1 fi
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>ALL Reads : #_RESULT_#</OutputTemplate> <LineHint>ALL Reads</LineHint> <ResultScale>MB/s</ResultScale> <ResultProportion>HIB</ResultProportion> <AppendToArgumentsDescription>All Reads</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>3:1 Reads-Writes : #_RESULT_#</OutputTemplate> <LineHint>3:1 Reads-Writes</LineHint> <ResultScale>MB/s</ResultScale> <ResultProportion>HIB</ResultProportion> <AppendToArgumentsDescription>3:1 Reads-Writes</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>2:1 Reads-Writes : #_RESULT_#</OutputTemplate> <LineHint>2:1 Reads-Writes</LineHint> <ResultScale>MB/s</ResultScale> <ResultProportion>HIB</ResultProportion> <AppendToArgumentsDescription>2:1 Reads-Writes</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>1:1 Reads-Writes : #_RESULT_#</OutputTemplate> <LineHint>1:1 Reads-Writes</LineHint> <ResultScale>MB/s</ResultScale> <ResultProportion>HIB</ResultProportion> <AppendToArgumentsDescription>1:1 Reads-Writes</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Stream-triad like: #_RESULT_#</OutputTemplate> <LineHint>Stream-triad like</LineHint> <ResultScale>MB/s</ResultScale> <ResultProportion>HIB</ResultProportion> <AppendToArgumentsDescription>Stream-Triad Like</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Each iteration took 286.0 core clocks ( #_RESULT_# ns)</OutputTemplate> <LineHint>Each iteration took </LineHint> <ResultScale>ns</ResultScale> <ResultProportion>LIB</ResultProportion> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Intel Memory Latency Checker</Title> <Description>Intel Memory Latency Checker (MLC) is a binary-only system memory bandwidth and latency benchmark.</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Windows, Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Memory</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>https://software.intel.com/content/www/us/en/develop/articles/intelr-memory-latency-checker.html</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Peak Injection Bandwidth</Name> <Value>-X --peak_injection_bandwidth</Value> </Entry> <Entry> <Name>Max Bandwidth</Name> <Value>-X --max_bandwidth</Value> </Entry> <Entry> <Name>Idle Latency</Name> <Value>--idle_latency</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>