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
Bullet Physics Engine 1.0.0
pts/bullet-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://bullet.googlecode.com/files/bullet-2.75.tgz, http://cdnetworks-us-2.dl.sourceforge.net/project/bullet/bullet-2.75.tgz, http://freefr.dl.sourceforge.net/project/bullet/bullet-2.75.tgz, http://internode.dl.sourceforge.net/project/bullet/bullet-2.75.tgz</URL> <MD5>8a10e9043961c62c36eebf65c2ec3b16</MD5> <FileSize>8926562</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvf bullet-2.75.tgz cd bullet-2.75/ cmake . make echo \$? > ~/test-exit-status cd .. echo "#!/bin/sh cd bullet-2.75/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 v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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 v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Bullet Physics Engine</Title> <AppVersion>2.75</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.0.0</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>23.3</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> <Menu> <Entry> <Name>3000 Fall</Name> <Value>3000 fall</Value> </Entry> <Entry> <Name>1000 Stack</Name> <Value>1000 stack</Value> </Entry> <Entry> <Name>136 Ragdolls</Name> <Value>136 ragdolls</Value> </Entry> <Entry> <Name>1000 Convex</Name> <Value>1000 convex</Value> </Entry> <Entry> <Name>Prim Trimesh</Name> <Value>prim-trimesh</Value> </Entry> <Entry> <Name>Convex Trimesh</Name> <Value>convex-trimesh</Value> </Entry> <Entry> <Name>Raytests</Name> <Value>raytests</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>