For instance, it'd be nice to be able to sort by execution time, like so: ```ocaml let () = run ~config:sort_by_time suite ``` Which would present all tests ordered by time.
For instance, it'd be nice to be able to sort by execution time, like so:
Which would present all tests ordered by time.