File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -245,16 +245,12 @@ main = do
245245 log " <th><h2>mediumJson</h2></th>"
246246 htmlTableWrap " runParser json mediumJson" $ benchWith 200
247247 $ \_ -> throwLeft $ runParser mediumJson BenchParsing .json
248- htmlTableWrap " runTrampoline runParser json mediumJson" $ benchWith 200
249- $ \_ -> throwLeft $ runTrampoline $ runParserT mediumJson BenchParsing .json
250248 htmlTableWrap " StringParser.runParser json mediumJson" $ benchWith 200
251249 $ \_ -> throwLeft $ StringParser .runParser BenchStringParser .json mediumJson
252250
253251 log " <th><h2>largeJson</h2></th>"
254252 htmlTableWrap " runParser json largeJson" $ benchWith 100
255253 $ \_ -> throwLeft $ runParser largeJson BenchParsing .json
256- htmlTableWrap " runTrampoline runParser json largeJson" $ benchWith 100
257- $ \_ -> throwLeft $ runTrampoline $ runParserT largeJson BenchParsing .json
258254 htmlTableWrap " StringParser.runParser json largeJson" $ benchWith 100
259255 $ \_ -> throwLeft $ StringParser .runParser BenchStringParser .json largeJson
260256 log " </tr>"
You can’t perform that action at this time.
0 commit comments