test 2
Available612aa6750f9d9375b36d7276fdad6aaca02b6ef9d0e5d084a0b0e170daacd592
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=612aa6750f9d9375b36d7276fdad6aaca02b6ef9d0e5d084a0b0e170daacd592' -o benchmark.sh && bash benchmark.sh
Windows PowerShell
& { $code = (Invoke-WebRequest -UseBasicParsing 'https://factoriobench.com/scripts/benchmark.ps1?map=612aa6750f9d9375b36d7276fdad6aaca02b6ef9d0e5d084a0b0e170daacd592' -ErrorAction Stop).Content; $code; if ((Read-Host 'Run this script? [y/N]') -match '^[Yy]$') { & ([scriptblock]::Create($code)) } }