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.6.0
pts/brl-cad-1.6.0
- 19 March 2024 -
Update against BRL-CAD 7.38.2 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/BRL-CAD/brlcad/archive/refs/tags/rel-7-38-2.tar.gz</URL> <MD5>658a363c6064532bf17cba5924cab7f1</MD5> <SHA256>ed32bb88c6ba9e9661beb08f22b00151568eefa4f638bcb9eac0d96a94961bc1</SHA256> <FileName>brlcad-rel-7-38-2.tar.gz</FileName> <FileSize>201404094</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf brlcad-rel-7-38-2.tar.gz cp brlcad-rel-7-38-2/src/other/libpng/scripts/pnglibconf.h.prebuilt brlcad-rel-7-38-2/src/other/libpng/pnglibconf.h mkdir brlcad-rel-7-38-2/build cd brlcad-rel-7-38-2/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-rel-7-38-2/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.38.2</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.6.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>