Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
BRL-CAD 1.5.0
pts/brl-cad-1.5.0
- 27 July 2023 -
Update against BRL-CAD 7.36 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/BRL-CAD/brlcad/releases/download/rel-7-36-0/brlcad-7.36.0.tar.bz2</URL> <MD5>509ef62e1f34b1bfc49e723852a136c8</MD5> <SHA256>716c16a29d786c6340ac75b9c5ae74312c54ddc62b9ab263f6137c7c5274a62e</SHA256> <FileName>brlcad-7.36.0.tar.bz2</FileName> <FileSize>176248869</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf brlcad-7.36.0.tar.bz2 cp brlcad-7.36.0/src/other/libpng/scripts/pnglibconf.h.prebuilt brlcad-7.36.0/src/other/libpng/pnglibconf.h mkdir brlcad-7.36.0/build cd brlcad-7.36.0/build cmake .. -DBRLCAD_ENABLE_STRICT=NO -DBRLCAD_BUNDLED_LIBS=ON -DBRLCAD_OPTIMIZED=ON -DBRLCAD_PNG=OFF -DCMAKE_BUILD_TYPE=Release -DBRLCAD_WARNINGS=OFF if [ "$OS_TYPE" = "BSD" ] then gmake -j $NUM_CPU_CORES else make -j $NUM_CPU_CORES fi echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd brlcad-7.36.0/build ./bench/benchmark run -P\$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > brl-cad chmod +x brl-cad
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Benchmark results indicate an approximate VGR performance metric of #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>BRL-CAD</Title> <AppVersion>7.36</AppVersion> <Description>BRL-CAD is a cross-platform, open-source solid modeling system with built-in benchmark mode.</Description> <ResultScale>VGR Performance Metric</ResultScale> <Proportion>HIB</Proportion> <SubTitle>VGR Performance Metric</SubTitle> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake, flex, tcl, zlib-development, libpng-development</ExternalDependencies> <EnvironmentSize>4100</EnvironmentSize> <ProjectURL>https://brlcad.org/</ProjectURL> <RepositoryURL>https://github.com/BRL-CAD/brlcad</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>