Loading weBench…
Loading weBench…

ID: alien-isolation_builtin_benchmark• Submitter: webench•Game: Alien: Isolation
{
"args": [
"##gamedir##",
"##resolution##",
"##preset##"
],
"score": "presentmon",
"weight": 1,
"metrics": [
{
"id": "average_fps",
"source": "presentmon"
},
{
"id": "one_percent_low_fps",
"source": "presentmon"
}
],
"time_est": 150,
"executable": "webench_alien_isolation.ps1",
"default_api": "dx11",
"default_preset": "Ultra",
"script_content": "param(\n [Parameter(Mandatory = $true)][string]$GamePath,\n [Parameter(Mandatory = $true)][string]$Resolution,\n [Parameter(Mandatory = $true)][ValidateSet(\"Low\", \"Medium\", \"High\", \"Ultra\")][string]$Preset\n)\n\nif ($Resolution -notmatch '^(?<width>[0-9]{3,5})x(?<height>[0-9]{3,5})$') {\n throw \"Resolution must use WIDTHxHEIGHT format, such as 2560x1440.\"\n}\n\n$width = [int]$Matches.width\n$height = [int]$Matches.height\n\nif ($width -lt 640 -or $height -lt 480 -or $width -gt 16384 -or $height -gt 16384) {\n throw \"Resolution must be between 640x480 and 16384x16384.\"\n}\n\n$Resolution = '{0}x{1}' -f $width, $height\n\n$profiles = @{\n \"Ultra\" = @{\n LevelOfDetail = \"Ultra\"\n TextureFiltering = \"Anisotropic 16x\"\n Particles = \"Ultra\"\n ShadowMapResolution = \"4096\"\n ShadowMapping = \"Ultra\"\n MotionBlur = \"On\"\n ChromaticAberrations = \"On\"\n FilmGrainIntensity = \"1.0\"\n PlanarReflections = \"On\"\n SSAO = \"Standard\"\n StreamingTextureHeapSize = \"Ultra\"\n StreamingModelHeapSize = \"Default\"\n AntiAliasing = \"SMAA T1x\"\n FieldOfView = \"47\"\n VolumetricLighting = \"On\"\n }\n \"High\" = @{\n LevelOfDetail = \"High\"\n TextureFiltering = \"Anisotropic 8x\"\n Particles = \"High\"\n ShadowMapResolution = \"2048\"\n ShadowMapping = \"High\"\n MotionBlur = \"On\"\n ChromaticAberrations = \"On\"\n FilmGrainIntensity = \"0.8\"\n PlanarReflections = \"On\"\n SSAO = \"Standard\"\n StreamingTextureHeapSize = \"Default\"\n StreamingModelHeapSize = \"Default\"\n AntiAliasing = \"SMAA T1x\"\n FieldOfView = \"47\"\n VolumetricLighting = \"On\"\n }\n \"Medium\" = @{\n LevelOfDetail = \"Medium\"\n TextureFiltering = \"Anisotropic 4x\"\n Particles = \"Medium\"\n ShadowMapResolution = \"1024\"\n ShadowMapping = \"Medium\"\n MotionBlur = \"On\"\n ChromaticAberrations = \"Off\"\n FilmGrainIntensity = \"0.5\"\n PlanarReflections = \"Off\"\n SSAO = \"Standard\"\n StreamingTextureHeapSize = \"Default\"\n StreamingModelHeapSize = \"Default\"\n AntiAliasing = \"FXAA\"\n FieldOfView = \"47\"\n VolumetricLighting = \"Off\"\n }\n \"Low\" = @{\n LevelOfDetail = \"Low\"\n TextureFiltering = \"Anisotropic 1x\"\n Particles = \"Low\"\n ShadowMapResolution = \"512\"\n ShadowMapping = \"Very Low\"\n MotionBlur = \"Off\"\n ChromaticAberrations = \"Off\"\n FilmGrainIntensity = \"0.0\"\n PlanarReflections = \"Off\"\n SSAO = \"Off\"\n StreamingTextureHeapSize = \"Default\"\n StreamingModelHeapSize = \"Default\"\n AntiAliasing = \"Off\"\n FieldOfView = \"47\"\n VolumetricLighting = \"Off\"\n }\n}\n\n$profile = $profiles[$Preset]\n$templatePath = Join-Path $GamePath \"BENCHMARK_TEMPLATE.TXT\"\n$settingsPath = Join-Path $GamePath \"webench_alien_isolation_settings.txt\"\n$settings = Get-Content -LiteralPath $templatePath -Raw\n\n$replacements = @{\n \"Full Screen\" = \"WindowedFullScreen\"\n \"FullScreen Resolution 30bpp\" = $Resolution\n \"FullScreen Resolution 24bpp\" = $Resolution\n \"Windowed Resolution\" = $Resolution\n \"Level of Detail\" = $profile.LevelOfDetail\n \"Texture Filtering\" = $profile.TextureFiltering\n \"Particles\" = $profile.Particles\n \"ShadowMapResolution\" = $profile.ShadowMapResolution\n \"ShadowMapping\" = $profile.ShadowMapping\n \"MotionBlur\" = $profile.MotionBlur\n \"ChromaticAberrations\" = $profile.ChromaticAberrations\n \"FilmGrainIntensity\" = $profile.FilmGrainIntensity\n \"Planar Reflections\" = $profile.PlanarReflections\n \"Screen Space Ambient Occlusion\" = $profile.SSAO\n \"Streaming Texture Heap Size\" = $profile.StreamingTextureHeapSize\n \"Streaming Model Heap Size\" = $profile.StreamingModelHeapSize\n \"AntiAliasing\" = $profile.AntiAliasing\n \"Field Of View\" = $profile.FieldOfView\n \"Volumetric Lighting\" = $profile.VolumetricLighting\n}\n\nforeach ($setting in $replacements.Keys) {\n $escapedSetting = [regex]::Escape($setting)\n $value = $replacements[$setting]\n $pattern = \"(^|[\\r\\n])$escapedSetting=[^\\r\\n]*\"\n $replacement = '$1' + $setting + '=' + $value\n $settings = $settings -replace $pattern, $replacement\n}\n\nSet-Content -LiteralPath $settingsPath -Value $settings -Encoding ASCII\n\nInvoke-WeBenchBenchmarkStart {\n $gameExe = Join-Path $GamePath \"AI.exe\"\n Start-Process -FilePath $gameExe -ArgumentList @(\"-benchmark\", \"-engine_settings=webench_alien_isolation_settings.txt\") -WorkingDirectory $GamePath -Wait\n}",
"supported_apis": [
"dx11"
],
"completion_config": {
"strategy": "process_exit"
},
"presentmon_config": {
"process_name": "AI.exe",
"trim_end_seconds": 3,
"start_delay_seconds": 10,
"capture_duration_seconds": 130,
"process_stability_seconds": 2,
"capture_start_delay_seconds": 5,
"process_wait_timeout_seconds": 180
},
"supported_presets": [
"Low",
"Medium",
"High",
"Ultra"
],
"default_resolution": "1920x1080",
"supported_resolutions": [
"1280x720",
"1440x900",
"1920x1080",
"1920x1200",
"2560x1440",
"3840x2160"
],
"allow_custom_resolution": true
}[Admin Verified] Unilaterally verified by admin.
[🤖 AI Safety Audit - deepseek/deepseek-v4-flash-0731] ✓ SAFE (Confidence: 95%): The recipe is a standard benchmark orchestration script. It reads a game settings template, applies preset-based replacements, writes a new settings file, and launches the game executable with benchmark arguments. All operations are local file I/O and process launching within the game directory. No network access, persistence, reflection, obfuscation, or suspicious data flows are present. The script validates inputs and uses standard PowerShell cmdlets. The presentmon configuration is for performance capture only. No security risks identified.