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
LLVM Test Suite 1.0.0
pts/llvm-test-suite-1.0.0
- 19 March 2018 -
Initial commit of an LLVM Test Suite test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://releases.llvm.org/6.0.0/llvm-6.0.0.src.tar.xz</URL> <MD5>788a11a35fa62eb008019b37187d09d2</MD5> <SHA256>1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408</SHA256> <FileSize>25296048</FileSize> </Package> <Package> <URL>http://releases.llvm.org/6.0.0/test-suite-6.0.0.src.tar.xz</URL> <MD5>ae4091e8654f91aa97386dedd4ce21f0</MD5> <SHA256>74e0055efa27b2143415148ee93b817155e6333337d9cadd4cc5d468ad3c0edf</SHA256> <FileSize>167467984</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf llvm-6.0.0.src.tar.xz tar -xf test-suite-6.0.0.src.tar.xz cd llvm-6.0.0.src/utils/lit/ python3 setup.py build cd ~ mkdir test-suite-build cd test-suite-build cmake ../test-suite-6.0.0.src -DTEST_SUITE_COLLECT_CODE_SIZE=Off make -j $NUM_CPU_CORES cd ~ echo "#!/bin/sh cd test-suite-build ../llvm-6.0.0.src/utils/lit/lit.py -v -j 1 . -o results.json > \$LOG_FILE 2>&1 " > llvm-test-suite chmod +x llvm-test-suite
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Testing Time: #_RESULT_#</OutputTemplate> <StripFromResult>s</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <TestInformation> <Title>LLVM Test Suite</Title> <AppVersion>6.0.0</AppVersion> <Description>This test times how long it takes to run the LLVM Test Suite.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Run</SubTitle> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake, python</ExternalDependencies> <ProjectURL>http://www.llvm.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>