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.0.1
pts/brl-cad-1.0.1
- 03 October 2018 -
Update download URLs.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://superb-sea2.dl.sourceforge.net/project/brlcad/BRL-CAD%20Source/7.28.0/brlcad-7.28.0.tar.bz2, https://iweb.dl.sourceforge.net/project/brlcad/BRL-CAD%20Source/7.28.0/brlcad-7.28.0.tar.bz2, https://managedway.dl.sourceforge.net/project/brlcad/BRL-CAD%20Source/7.28.0/brlcad-7.28.0.tar.bz2</URL> <MD5>bbd56e0c6c32e8433ae328903652e44b</MD5> <SHA256>c6df320117fd50ecada5745a6f4c079b361df240915ed9c536aa1b697548a466</SHA256> <FileName>brlcad-7.28.0.tar.bz2</FileName> <FileSize>117290430</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf brlcad-7.28.0.tar.bz2 mkdir brlcad-7.28.0/build cd brlcad-7.28.0/build cmake .. -DBRLCAD_ENABLE_STRICT=NO -DBRLCAD_BUNDLED_LIBS=ON -DBRLCAD_OPTIMIZED_BUILD=ON -DCMAKE_BUILD_TYPE=Release make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd brlcad-7.28.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 v8.2.0--> <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 v8.2.0--> <PhoronixTestSuite> <TestInformation> <Title>BRL-CAD</Title> <AppVersion>7.28.0</AppVersion> <Description>BRL-CAD 7.28.0 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.0.1</Version> <SupportedPlatforms>Linux, Solaris, BSD</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>48</EnvironmentSize> <ProjectURL>http://brlcad.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>