Save imported image in the same format (WIP)
[master-thesis.git] / Parasitemia / Tests / ParasitemiaCore.Benchmark / Program.fs
1 // Learn more about F# at http://docs.microsoft.com/dotnet/fsharp
2
3 module ParasitemiaCore.Main
4
5 [<EntryPoint>]
6 let main argv =
7 //KdTreeBench.bench1 ()
8 EllipsesBench.benchOld ()
9 EllipsesBench.benchNew ()
10 0