Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
Bullet Physics Engine 1.2.2
pts/bullet-1.2.2
- 28 December 2016 -
Correct download links, add sha256
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.8.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bullet/bullet-2.81-rev2613.zip</URL> <MD5>854e0bbe95fbe42d0d6ea1c903f679d4</MD5> <SHA256>ee7d7d8dc0762662c78e3909cf07c70620c333ab779ed6a3834d05a16ae7fa60</SHA256> <FileSize>8924563</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o bullet-2.81-rev2613.zip cd bullet-2.81-rev2613 cmake -DUSE_GRAPHICAL_BENCHMARK=OFF . make -j $NUM_CPU_JOBS # For now we need to force it since there's an OpenGL build error sometimes but its for part of Bullet not actually used by this benchmark, so ignore it for now as the build exits non 0 echo 0 > ~/test-exit-status cd ~/ echo "#!/bin/sh cd bullet-2.81-rev2613/Demos/Benchmarks ./AppBenchmarks > \$LOG_FILE 2>&1 echo \"\n\" >> \$LOG_FILE echo \$? > ~/test-exit-status" > bullet chmod +x bullet
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.8.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Results for 3000 fall: #_3000fall_# Results for 1000 stack: #_1000stack_# Results for 136 ragdolls: #_136ragdolls_# Results for 1000 convex: #_1000convex_# Results for prim-trimesh: #_prim-trimesh_# Results for convex-trimesh: #_convex-trimesh_# Results for raytests: #_raytests_#</OutputTemplate> <ResultKey>PTS_TEST_ARGUMENTS</ResultKey> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.8.0--> <PhoronixTestSuite> <TestInformation> <Title>Bullet Physics Engine</Title> <AppVersion>2.81</AppVersion> <Description>This is a benchmark of the Bullet Physics Engine.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.2</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake, glut</ExternalDependencies> <EnvironmentSize>134</EnvironmentSize> <ProjectURL>http://www.bulletphysics.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>3000 Fall</Name> <Value>3000 fall</Value> <Message></Message> </Entry> <Entry> <Name>1000 Stack</Name> <Value>1000 stack</Value> <Message></Message> </Entry> <Entry> <Name>136 Ragdolls</Name> <Value>136 ragdolls</Value> <Message></Message> </Entry> <Entry> <Name>1000 Convex</Name> <Value>1000 convex</Value> <Message></Message> </Entry> <Entry> <Name>Prim Trimesh</Name> <Value>prim-trimesh</Value> <Message></Message> </Entry> <Entry> <Name>Convex Trimesh</Name> <Value>convex-trimesh</Value> <Message></Message> </Entry> <Entry> <Name>Raytests</Name> <Value>raytests</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>