Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Llama.cpp
Timed Linux Kernel Compilation
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
FLAC Audio Encoding
FluidX3D
QMCPACK
Liquid-DSP
Llama.cpp
srsRAN Project
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
CacheBench 1.2.0
pts/cachebench-1.2.0
- 10 January 2024 -
Ensure -O3 is set in its build system.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/llcbench-20170104.tar.gz</URL> <MD5>2334a4b679e4f63c5c646cc8d9ff3f25</MD5> <SHA256>4f01a7acd162105ed85bb953c33edffdf7c9333b85672596a393dedfd0e8b070</SHA256> <FileName>llcbench-20170104.tar.gz</FileName> <FileSize>84810</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf llcbench-20170104.tar.gz cd llcbench/ sed -i 's/ -O / -O3 /g' conf/sys.default cd cachebench sed -i '.orig' '/#include <malloc.h>/d' cachebench.c cd ~/llcbench make linux-mpich sed -i 's/ -O / -O3 /g' sys.def make cache-bench echo $? > ~/install-exit-status cd .. echo "#!/bin/sh cd llcbench/cachebench/ ./cachebench \$@ > \$LOG_FILE" > cachebench chmod +x cachebench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>256 #_RESULT_#</OutputTemplate> <LineHint> </LineHint> <MultiMatch>AVERAGE</MultiMatch> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>CacheBench</Title> <Description>This is a performance test of CacheBench, which is part of LLCbench. CacheBench is designed to test the memory and cache bandwidth performance</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.5</EnvironmentSize> <ProjectURL>http://icl.cs.utk.edu/projects/llcbench/index.html</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-m 16 -e 1 -x 2 -d 5</Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Read</Name> <Value>-r</Value> </Entry> <Entry> <Name>Write</Name> <Value>-w</Value> </Entry> <Entry> <Name>Read / Modify / Write</Name> <Value>-b</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>