microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

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

Closed toelli-msft closed 3 years ago

toelli-msft commented 3 years ago

@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 3 years ago

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 3 years ago

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 3 years ago

Great, thanks!