mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
Fix benchmark.
This commit is contained in:
parent
c25a9a2f2b
commit
db1e2755e0
@ -91,13 +91,13 @@ $fileOne = $benchprefix + "tatasz_springcrown_manysimplexforms.flame"
|
|||||||
BenchAllForFile $fileOne
|
BenchAllForFile $fileOne
|
||||||
|
|
||||||
$fileOne = $benchprefix + "tyrantwave_flippeddisc_normal.flame"
|
$fileOne = $benchprefix + "tyrantwave_flippeddisc_normal.flame"
|
||||||
#BenchAllForFile $fileOne
|
BenchAllForFile $fileOne
|
||||||
|
|
||||||
$fileOne = $benchprefix + "golubaja_rippingfrominside_complexcode.flame"
|
$fileOne = $benchprefix + "golubaja_rippingfrominside_complexcode.flame"
|
||||||
BenchAllForFile $fileOne
|
BenchAllForFile $fileOne
|
||||||
|
|
||||||
$fileOne = $benchprefix + "zy0rg_six_bigcomplexcode.flame"
|
$fileOne = $benchprefix + "zy0rg_six_bigcomplexcode.flame"
|
||||||
#BenchAllForFile $fileOne
|
BenchAllForFile $fileOne
|
||||||
|
|
||||||
$Script:totalOutput | Out-File -FilePath benchout.txt
|
$Script:totalOutput | Out-File -FilePath benchout.txt
|
||||||
$table | Export-Csv -Path ".\benchout.csv" -Force -NoTypeInformation
|
$table | Export-Csv -Path ".\benchout.csv" -Force -NoTypeInformation
|
||||||
|
Loading…
Reference in New Issue
Block a user