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?