feat(build): Use kB in build reporter#10982
feat(build): Use kB in build reporter#10982patak-cat merged 1 commit intovitejs:mainfrom ArnaudBarre:build-kbs
Conversation
|
Wouldn't dividing by 1024 and showing as KiB be more accurate? Dividing by 1000 feels like it decreases the accuracy |
|
I think we should move to kB (dividing by 1000) too. The last PR that changed the unit was: But Chrome dev tools are using kB across the board: https://developer.chrome.com/blog/new-in-devtools-88/#consistent-kb
|
|
For kB, it seems that Ubuntu uses base 10 in all GUI applications (newer) and base 2 in all CLI applications like I feel like it sucks that Chrome and But if I guess if base 10 is the trend these days we might as well go with it 🤷 |
|
That is a good point with |
|
Yeah, I'm still slightly in favor of this PR and hope one day |
Related to #10895
cc @Shinigami92