microsoft/knossos-ksc

Is it possible to get the "Mean" column on the left of pytest table?

toelli-msft opened this issue · 3 comments

@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.

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.

Note that check-in also tightens the name making it easier accommodate. As soon as the build finishes I'll merge that change.

Great, thanks!