Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Blender
SVT-AV1
7-Zip Compression
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
Crysis Single Player Demo 0.5.0
moihack/crysis_sp-0.5.0
- 28 July 2018 -
Initial commit for Crysis Single Player Demo.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://autohotkey.com/download/ahk.zip</URL> <FileSize>1</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://download.nvidia.com/downloads/nZone/demos/nzd_crysis_spdemo.exe</URL> <MD5>c6d021405da9b96ce26a5a136779b011</MD5> <FileSize>1902019901</FileSize> <PlatformSpecific>Windows, Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x nzd_crysis_spdemo.exe ./nzd_crysis_spdemo.exe -s2 -sp"/s /v/qn" echo '#!/bin/sh rm "$WINEPREFIX/drive_c/Program Files (x86)/Electronic Arts/Crytek/Crysis SP Demo/Game/Levels/island/benchmark_gpu.log" 2> /dev/null cd "$WINEPREFIX/drive_c/Program Files (x86)/Electronic Arts/Crytek/Crysis SP Demo/Bin64" ./crysis.exe -dx9 -DEVMODE +map island +exec benchmark_gpu mygrep=$(grep -o "Average FPS: [0-9][0-9].[0-9][0-9]" "$WINEPREFIX/drive_c/Program Files (x86)/Electronic Arts/Crytek/Crysis SP Demo/Game/Levels/island/benchmark_gpu.log" | grep -o [0-9][0-9].[0-9][0-9]) fps=0 while read -r line do fps=$(echo "$fps+$line" | bc -l) done <<< "$mygrep" fps=$(echo "$fps/4" | bc -l | cut -c1-5) echo -e $"Crysis Benchmark Results\nAverage FPS: " $fps > $LOG_FILE ' > crysis_sp chmod +x crysis_sp
install_windows.sh
#!/bin/sh echo 'SetTitleMatchMode, 2 WinWaitActive, Crysis(R) SP Demo Sleep 10000 ; Sleep enough time so Next button loads up Send, {Enter} WinWait, , License Agreement Sleep 1000 Send, {Up} ; Agree to Terms Sleep 1000 Send, {Enter}; Next ;probably localized message below WinWait, , InstallShield Wizard Completed; Wait for installation to complete Sleep 8000 ; Sleep enough time so finish button loads up Send, {Enter}; Finish;' > install.ahk unzip -o ahk.zip -d ./ahk cd ahk ./AutoHotKeyU64.exe ../install.ahk & cd .. chmod +x nzd_crysis_spdemo.exe ./nzd_crysis_spdemo.exe -s2 -sp"/s /vINSTALLDIR=C:\pts-benchmarks\crysis" echo '#!/bin/sh rm "C:/pts-benchmarks/crysis/Game/Levels/island/benchmark_gpu.log" 2> /dev/null cd "C:/pts-benchmarks/crysis/Bin64" ./crysis.exe -dx9 -DEVMODE +map island +exec benchmark_gpu mygrep=$(grep -o "Average FPS: [0-9][0-9].[0-9][0-9]" "C:/pts-benchmarks/crysis/Game/Levels/island/benchmark_gpu.log" | grep -o [0-9][0-9].[0-9][0-9]) fps=0 while read -r line do fps=$(echo "$fps+$line" | bc -l) done <<< "$mygrep" fps=$(echo "$fps/4" | bc -l | cut -c1-5) echo -e $"Crysis Benchmark Results\nAverage FPS: " $fps > $LOG_FILE ' > crysis_sp chmod +x crysis_sp
pre.sh
#!/bin/sh echo '-- [Game-Configuration] -- Attention: This file is re-generated by the system! Editing is not recommended! cl_bob = 1 cl_invertController = 0 cl_invertMouse = 0 cl_sensitivity = 45 cl_voice_volume = 1 dt_enable = 0 g_blood = 0 g_buddyMessagesIngame = 1 g_displayIgnoreList = 1 g_enableAlternateIronSight = 0 g_PSTutorial_Enabled = 1 g_quickGame_map = "" g_quickGame_min_players = 1 g_quickGame_mode = "InstantAction" g_quickGame_prefer_favorites = 1 g_quickGame_prefer_lan = 1 g_quickGame_prefer_mycountry = 1 g_startFirstTime = 0 hud_crosshair = 6 hud_showAllObjectives = 0 hud_subtitles = 0 i_forcefeedback = 1 i_mouse_smooth = 0 net_enable_voice_chat = 1 r_Brightness = 0.5 r_Contrast = 0.5 r_Fullscreen = 0 r_Gamma = 1 r_Height = 720 r_Width = 1280 s_DialogVolume = 1 s_MusicVolume = 0.6 s_SFXVolume = 1 sys_spec_GameEffects = 1 sys_spec_ObjectDetail = 3 sys_spec_Particles = 1 sys_spec_Physics = 2 sys_spec_PostProcessing = 1 sys_spec_Shading = 3 sys_spec_Shadows = 2 sys_spec_Sound = 1 sys_spec_Texture = 3 sys_spec_VolumetricEffects = 1 sys_spec_Water = 2 ' > game.cfg OSNAME=$(uname -s) if [ "$OSNAME" = "Linux" ]; then mkdir -p "$WINEPREFIX/drive_c/users/$USER/My Documents/My Games/CRYSIS_SP_DEMO" cp game.cfg "$WINEPREFIX/drive_c/users/$USER/My Documents/My Games/CRYSIS_SP_DEMO/game.cfg" else mkdir -p "C:/Users/$USERNAME/My Documents/My Games/CRYSIS_SP_DEMO" cp game.cfg "C:/Users/$USERNAME/My Documents/My Games/CRYSIS_SP_DEMO/game.cfg" fi
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average FPS: #_RESULT_#</OutputTemplate> <LineBeforeHint>Crysis Benchmark Results</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.1--> <PhoronixTestSuite> <TestInformation> <Title>Crysis Single Player Demo</Title> <AppVersion>1.0</AppVersion> <Description>This runs Crysis Single Player Demo benchmark</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>0.5.0</Version> <SupportedPlatforms>Windows, Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Unverified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://www.invalid.com</ProjectURL> <Maintainer>Dimitris Gounaridis</Maintainer> </TestProfile> </PhoronixTestSuite>