Is it possible to get the "Mean" column on the left of pytest table?
toelli-msft opened this issue · 3 comments
toelli-msft commented
@cgravill Do you know if it's possible to get the "Mean" column to be the leftmost in the pytest table? It's a bit annoying to have to go visually hunting for the most important column in the middle of several columns I'm not interested in.
cgravill commented
Yes. It's can be done with:
--benchmark-columns=mean,median,iqr,outliers
I have a change going in now #883 that's very relevant.
cgravill commented
Note that check-in also tightens the name making it easier accommodate. As soon as the build finishes I'll merge that change.
toelli-msft commented
Great, thanks!