Questions tagged [haskell-criterion]

Criterion is a library for benchmarking Haskell code. For questions related to (N)Hibernate Criteria, use the [criteria] tag.

Links

46 questions
0
votes
0 answers

Criterion fails when running in ghci

I want to track the difference of time for termination of the following to versions calculating the length of a list. I have got one recursive and one tail recursive. Somehow i have got a problem when running in ghci (See below) -- 4-1 a) Laenge…
1 2 3
4