Add significance test of time difference
In the summary of a benchmark, it would be useful to have a test of significance of the time differences.
It is possible with the following code :
kruskal.test(time ~ expr, data = bench)
I propose Kruskal test because it works for any number of groups.