diff --git a/Data/Bench/EmberBench.ps1 b/Data/Bench/EmberBench.ps1 index 0768cdf..7543381 100644 --- a/Data/Bench/EmberBench.ps1 +++ b/Data/Bench/EmberBench.ps1 @@ -91,13 +91,13 @@ $fileOne = $benchprefix + "tatasz_springcrown_manysimplexforms.flame" BenchAllForFile $fileOne $fileOne = $benchprefix + "tyrantwave_flippeddisc_normal.flame" -#BenchAllForFile $fileOne +BenchAllForFile $fileOne $fileOne = $benchprefix + "golubaja_rippingfrominside_complexcode.flame" BenchAllForFile $fileOne $fileOne = $benchprefix + "zy0rg_six_bigcomplexcode.flame" -#BenchAllForFile $fileOne +BenchAllForFile $fileOne $Script:totalOutput | Out-File -FilePath benchout.txt $table | Export-Csv -Path ".\benchout.csv" -Force -NoTypeInformation