reportseff icon indicating copy to clipboard operation
reportseff copied to clipboard

Time efficiency values below 10% not right-justified

Open tardigradus opened this issue 10 months ago • 2 comments

The time efficiency values are right-justified except when the value has a single digit before the decimal point:

     JobID    State       Elapsed  TimeEff   CPUEff   MemEff 
  15044636   FAILED      00:00:02   0.7%      3.1%     0.9%  
  15045657   FAILED      00:00:02   0.7%      ---      0.9%  
  15048571   FAILED      00:00:17   5.7%      0.4%     4.4%  
  15051923   TIMEOUT     04:00:21  100.1%    99.3%    82.1%  
  15051924   TIMEOUT     04:00:15  100.1%    99.3%    84.6%  
  ...
  15068275  COMPLETED    00:35:50   14.9%    99.1%    82.1%  
  15068276  COMPLETED    01:24:44   35.3%    99.3%    89.8%  

Shouldn't all the values be right-justified?

I would also marginally prefer the states to be left-justified, but that's less of an issue.

tardigradus avatar Oct 18 '23 14:10 tardigradus