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
Strange Brigade 1.0.1
pts/strange-brigade-1.0.1
- 25 December 2022 -
Enable Windows support.
install.sh
#!/bin/sh if which steam>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: Steam is not found on the system! This test profile needs a working Steam installation in the PATH" echo 2 > ~/install-exit-status fi HOME=$DEBUG_REAL_HOME steam steam://install/312670 mkdir -p ~/.steam/steam/steamapps/compatdata/312670/pfx/drive_c/users/steamuser/Local\ Settings/Application\ Data/Strange\ Brigade/ echo "#!/bin/bash rm -f \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/312670/pfx/drive_c/users/steamuser/My\ Documents/StrangeBrigade_Benchmark/SB__*.txt echo \"[Display Settings] ###### Preference of D3D12 or Vulkan - used when bypassing the launcher (e.g. via -benchmark commandline). ###### ###### 0 = Vulkan, 1 = D3D12 ###### D3D12 = 0 Resolution_Width = \$1 Resolution_Height = \$2 ###### 0.5 to 2.0 ###### RenderScale = 1.000000 ###### 0 = Exclusive Fullscreen, 1 = Window, 2 = Fullscreen Borderless Window ###### Windowed = 0 ###### 1 = On, 0 = Off ###### MotionBlur = 1 ###### 1 = On, 0 = Off ###### AmbientOcclusion = 1 ###### 1 = On, 0 = Off ###### VSync = 0 ###### 1 = On, 0 = Off ###### ReduceMouseLag = 0 ###### 1 = On, 0 = Off ###### AsyncCompute = 1 ###### 1 = On, 0 = Off ###### Tessellation = 0 ###### 0 = Low, 1 = Medium, 2 = High, 3 = Ultra ###### TextureDetail = \$3 ###### 0 = Low, 1 = Medium, 2 = High, 3 = Ultra ###### ShadowDetail = \$3 ###### 0 = Off, 1 = Low, 2 = Medium, 3 = High, 4 = Ultra ###### AntiAliasing = \$3 ###### 0 = Low, 1 = Medium, 2 = High, 3 = Ultra ###### DrawDistance = \$3 ###### 1 = Off, highest value is 16 ###### AnisotropicFiltering = 4 ###### 0 = Low, 1 = Medium, 2 = High, 3 = Ultra ###### SSReflectionsQuality = 1 ###### 0.0 = None, 1.0 = Full ###### Brightness = 0.500000 ###### 0 = Off, 1 = On ###### ObscuranceFields = 0 ###### 0 = Off, 1 = Normal, 2 = High ###### ReverbQuality = 1 ###### 0 = Off, 1 = On ###### HDR = 0 \" > \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/312670/pfx/drive_c/users/steamuser/Local\ Settings/Application\ Data/Strange\ Brigade/GraphicsOptions.ini HOME=\$DEBUG_REAL_HOME steam -applaunch 312670 -benchmark sleep 30 while pgrep -x \"StrangeBrigade_\" > /dev/null; do sleep 2 done sleep 3 cat \$DEBUG_REAL_HOME/.steam/steam/steamapps/compatdata/312670/pfx/drive_c/users/steamuser/My\ Documents/StrangeBrigade_Benchmark/SB__*.txt > \$LOG_FILE" > strange-brigade chmod +x strange-brigade
install_windows.sh
#!/bin/sh USERNAME=`basename $DEBUG_REAL_HOME` HOME=\$DEBUG_REAL_HOME /cygdrive/c/Program\ Files\ \(x86\)/Steam/steam.exe steam://install/312670 mkdir -p /cygdrive/c/Users/$USERNAME/Local\ Settings/Application\ Data/Strange\ Brigade/ echo "#!/bin/bash rm -f /cygdrive/c/Users/$USERNAME/Documents/StrangeBrigade_Benchmark/SB__*.txt echo \"[Display Settings] ###### Preference of D3D12 or Vulkan - used when bypassing the launcher (e.g. via -benchmark commandline). ###### ###### 0 = Vulkan, 1 = D3D12 ###### D3D12 = 0 Resolution_Width = \$1 Resolution_Height = \$2 ###### 0.5 to 2.0 ###### RenderScale = 1.000000 ###### 0 = Exclusive Fullscreen, 1 = Window, 2 = Fullscreen Borderless Window ###### Windowed = 0 ###### 1 = On, 0 = Off ###### MotionBlur = 1 ###### 1 = On, 0 = Off ###### AmbientOcclusion = 1 ###### 1 = On, 0 = Off ###### VSync = 0 ###### 1 = On, 0 = Off ###### ReduceMouseLag = 0 ###### 1 = On, 0 = Off ###### AsyncCompute = 1 ###### 1 = On, 0 = Off ###### Tessellation = 0 ###### 0 = Low, 1 = Medium, 2 = High, 3 = Ultra ###### TextureDetail = \$3 ###### 0 = Low, 1 = Medium, 2 = High, 3 = Ultra ###### ShadowDetail = \$3 ###### 0 = Off, 1 = Low, 2 = Medium, 3 = High, 4 = Ultra ###### AntiAliasing = \$3 ###### 0 = Low, 1 = Medium, 2 = High, 3 = Ultra ###### DrawDistance = \$3 ###### 1 = Off, highest value is 16 ###### AnisotropicFiltering = 4 ###### 0 = Low, 1 = Medium, 2 = High, 3 = Ultra ###### SSReflectionsQuality = 1 ###### 0.0 = None, 1.0 = Full ###### Brightness = 0.500000 ###### 0 = Off, 1 = On ###### ObscuranceFields = 0 ###### 0 = Off, 1 = Normal, 2 = High ###### ReverbQuality = 1 ###### 0 = Off, 1 = On ###### HDR = 0 \" > /cygdrive/c/Users/$USERNAME/Local\ Settings/Application\ Data/Strange\ Brigade/GraphicsOptions.ini HOME=\$DEBUG_REAL_HOME /cygdrive/c/Program\ Files\ \(x86\)/Steam/steam.exe -applaunch 312670 -benchmark sleep 30 until [ -e /cygdrive/c/Users/$USERNAME/Documents/StrangeBrigade_Benchmark/SB__*.txt ] do sleep 5 done cat /cygdrive/c/Users/$USERNAME/Documents/StrangeBrigade_Benchmark/SB__*.txt > \$LOG_FILE" > strange-brigade chmod +x strange-brigade
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Average FPS: #_RESULT_# Minimum FPS: #_MIN_RESULT_# Maximum FPS: #_MAX_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Strange Brigade</Title> <Description>This is a benchmark of Strange Brigade running under Steam Play (Proton) on Linux. The test profile assumes you have a Steam account, have Steam installed for the system, and that the game is already purchased/installed. This automates the process of executing the game and using a standardized scene.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>This test will attempt to install the necessary game using your Steam account. If the test appears hung you may need to manually exit the Steam client.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Retail</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>steam</ExternalDependencies> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>4</EnvironmentSize> <ProjectURL>https://store.steampowered.com/app/312670/Strange_Brigade/</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>$VIDEO_WIDTH $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Graphics Setting</DisplayName> <Identifier>graphics-setting</Identifier> <Menu> <Entry> <Name>Low</Name> <Value>0</Value> </Entry> <Entry> <Name>Medium</Name> <Value>1</Value> </Entry> <Entry> <Name>High</Name> <Value>2</Value> </Entry> <Entry> <Name>Ultra</Name> <Value>3</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>