From db1e2755e08438b21fe8c56923456165d1bdb963 Mon Sep 17 00:00:00 2001 From: Person Date: Sat, 13 Apr 2019 19:08:45 -0700 Subject: [PATCH] Fix benchmark. --- Data/Bench/EmberBench.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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