Skip to content

Instantly share code, notes, and snippets.

@flameSla
Created February 18, 2022 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flameSla/79517f0aaafad948d6779cdf8fa30657 to your computer and use it in GitHub Desktop.
Save flameSla/79517f0aaafad948d6779cdf8fa30657 to your computer and use it in GitHub Desktop.
UPS optimized 12-beacon smelting.ps1
$saves = @()
$saves += "bm_iron-DaveMcW-v3 100"
$saves += "bm_iron-DaveMcW-v4 100"
$saves += "bm_iron-DaveMcW-v5 100"
$ticks = 50000
#runs; number of times to benchmark each map
$runs = 3
.\benchmark.ps1 $saves $ticks $runs
#.\benchmark.ps1 $saves $ticks $runs $true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment