Refactor window size, update selection cursor on new screen
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ main = do
|
||||
-- fs <- replicateM 500 (randomRIO (1,20))
|
||||
defaultMain
|
||||
[ bgroup "polyToTris tests"
|
||||
[ bench "polyToTris 5" $ nf ( polyToTris) ps1
|
||||
[ bench "polyToTris 5" $ nf polyToTris ps1
|
||||
, bench "polyToTris 10" $ nf polyToTris ps2
|
||||
, bench "polyToTris 50" $ nf polyToTris ps3
|
||||
--, bench "polyToTris 500" $ nf polyToTris ps4
|
||||
|
||||
Reference in New Issue
Block a user