Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
GravityMark 1.0.0
pts/gravitymark-1.0.0
- 15 June 2021 -
Initial commit of Tellusim GravityMark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://tellusim.com/download/GravityMark_1.1b.run</URL> <MD5>2bd04e028e5720fe0bf9a6b62d5113f4</MD5> <SHA256>38cd29372395ec4b2cd50e3ecc80e934bee7864c0d9f5cbf1aa3739cd85a036a</SHA256> <FileName>GravityMark_1.1b.run</FileName> <FileSize>186984821</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x GravityMark_1.1b.run echo "y" | ./GravityMark_1.1b.run --quiet --target gravity-install --nox11 --noexec echo "#!/bin/sh cd gravity-install/bin LD_LIBRARY_PATH=.:\$LD_LIBRARY_PATH ./GravityMark.x64 -vsync 0 -fps 1 -benchmark 1 -close 1 -fullscreen 1 -times times.txt \$@ > \$LOG_FILE 2>&1" > gravitymark chmod +x gravitymark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>M: 2:49.430: FPS: #_RESULT_#</OutputTemplate> <LineHint>FPS:</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <TestInformation> <Title>GravityMark</Title> <AppVersion>1.1b</AppVersion> <Description>GravityMark is a cross-API, cross-platform GPU accelerated benchmark developed by Tellusim. GravityMark aims to exploit the performance of modern GPus and render hundreds of thousands of objects in real-time all using GPU acceleration.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>198</EnvironmentSize> <ProjectURL>https://gravitymark.tellusim.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-width $VIDEO_WIDTH -height $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <Menu> <Entry> <Name>OpenGL</Name> <Value>-opengl</Value> </Entry> <Entry> <Name>OpenGL ES</Name> <Value>-opengles</Value> </Entry> <Entry> <Name>Vulkan</Name> <Value>-vulkan</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>