Rm unused PerformanceTest.hs

This commit is contained in:
hasufell 2014-12-03 21:27:55 +01:00
parent 73e1673c63
commit 10bd72a86d
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
import Algorithms.GrahamScan
import Parser.Meshparser
import System.Environment
import System.FileSystem.FileExt
import MyPrelude
main = do
a <- getArgs
mesh <- readFile (head a)
print . grahamCH . meshToArr $ mesh
{- real 0m0.031s -}
{- user 0m0.029s -}
{- sys 0m0.001s -}
{- real 0m0.027s -}
{- user 0m0.026s -}
{- sys 0m0.000s -}