Skip to content

Commit

Permalink
Reenable different shape texts in benchmarks, add larger size
Browse files Browse the repository at this point in the history
  • Loading branch information
ethercrow committed Jul 4, 2017
1 parent 6eb3748 commit 5217e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/MainBenchmarkSuite.hs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ mkTextSample s = force $ zipWith mkTexts chunkSizes (Prelude.repeat s)
mkTexts x t = (x, F.fromText' x t)

allTexts :: [(Int -> String, [(Int, F.YiString)])]
allTexts = [longTexts {-, wideTexts, shortTexts, tinyTexts -}]
allTexts = [longTexts, wideTexts, shortTexts, tinyTexts]

allChars :: [(Int -> String, [(Int, Char)])]
allChars = map mkChar "λa"
Expand Down Expand Up @@ -182,4 +182,4 @@ main = defaultMain $
] ++ splitBench
++ wordsBench
++ spanBreakBench
++ foldBench
++ foldBench

0 comments on commit 5217e01

Please sign in to comment.