Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Primesieve
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
CoreBreach 1.1.1
pts/corebreach-1.1.1
- 24 January 2013 -
Update download link.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://dl.dropbox.com/u/7221986/CoreBreachPTS.zip</URL> <MD5>28109f5a2d194790da0884fcf6723e3a</MD5> <FileSize>150159053</FileSize> <PlatformSpecific>MacOSX, Linux, Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o CoreBreachPTS.zip echo "#!/bin/sh case \$OS_TYPE in \"MacOSX\") ./CoreBreachPTS/CoreBreach.app/Contents/MacOS/CoreBreach-SDL \$@ > \$LOG_FILE 2>&1 ;; *) cd CoreBreachPTS/ ./CoreBreach.sh \$@ > \$LOG_FILE 2>&1 ;; esac" > corebreach chmod +x corebreach
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>FPS: #_RESULT_# RenderedFaces: 19151</OutputTemplate> <LineHint>FPS</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m1 (Forsand)--> <PhoronixTestSuite> <TestInformation> <Title>CoreBreach</Title> <AppVersion>1.1.6</AppVersion> <Description>This is a test of CoreBreach, the brand-new futuristic "anti-gravity" racing game with combat-based gameplay.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>sdl-development, openal-development, cairo-development, gtk-development, zlib-development</ExternalDependencies> <EnvironmentSize>300</EnvironmentSize> <ProjectURL>http://corebreach.corecode.at/</ProjectURL> <Maintainer>Julian Mayer</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-videoresolution=$VIDEO_WIDTHx$VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>FSAA</DisplayName> <Identifier>fsaa</Identifier> <Menu> <Entry> <Name>0</Name> <Value>-fsaa=0</Value> </Entry> <Entry> <Name>4x</Name> <Value>-fsaa=2</Value> </Entry> <Entry> <Name>8x</Name> <Value>-fsaa=4</Value> </Entry> <Entry> <Name>16x</Name> <Value>-fsaa=8</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>