You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using indicatif to process lots of data, and it's great. My programme does hundreds of thousands to millions of iterations of second. The {per_sec} template will show me the rate to 4 decimal places (e.g. 120,399,714.0565/s). That's too many numbers.
Can we get a per_sec_human template variable which will print something like 120 M/s in this case?