chronos icon indicating copy to clipboard operation
chronos copied to clipboard

Benchmarking tool with focus on comparing results.

Results 4 chronos issues
Sort by recently updated
recently updated
newest added

I may have missed it, but if not it would be good to have some kind of machine readable output format (JSON / TSV / etc).

Would it be possible to measure CPU cycles as well as elapsed time? This would be very helpful when comparing e.g. `TVar`-based solutions to `MVar`-based ones (I've often observed TVar...

Right now if you're making an executable you can either use `defaultMain` to get preset command line options, or you can write your own from scratch, but there's no way...