Is there a way to compare Haskell and C functions via AutoBench?

78 Views Asked by At

I am used to benchmark Haskell functions via AutoBench but I haven't found so far any info about comparing Haskell and C with it.

In particular, I need to benchmark 2 functions and feed them with a random Int list (or array in C). From what I have seen people often compare the runtime of functions with the time unix command (which seems to me completely wrong if you want to get a precise benchmark).

Does anyone know a way or have a suggestion to benchmark functions from these 2 languages via AutoBench?

0

There are 0 best solutions below