Created
February 18, 2022 17:28
-
-
Save flameSla/79517f0aaafad948d6779cdf8fa30657 to your computer and use it in GitHub Desktop.
UPS optimized 12-beacon smelting.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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