test 1
Available7f8db63603c61d7127bbc535fccddd79299dc0e509ad5079547a10c9f8c3c87c
0 benchmark results
Save version 2.1.17
Benchmark this map
Factorio must be installed in the same operating-system environment as the script. On Windows, use PowerShell rather than WSL. The script never uses sudo and shows the submission before sending it.
Linux / macOS
curl -fL 'https://factoriobench.com/scripts/benchmark.sh?map=7f8db63603c61d7127bbc535fccddd79299dc0e509ad5079547a10c9f8c3c87c' -o benchmark.sh && bash benchmark.sh
Windows PowerShell
& { $code = (Invoke-WebRequest -UseBasicParsing 'https://factoriobench.com/scripts/benchmark.ps1?map=7f8db63603c61d7127bbc535fccddd79299dc0e509ad5079547a10c9f8c3c87c' -ErrorAction Stop).Content; $code; if ((Read-Host 'Run this script? [y/N]') -match '^[Yy]$') { & ([scriptblock]::Create($code)) } }