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