We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0978a commit 096b755Copy full SHA for 096b755
README.md
@@ -137,9 +137,9 @@ filesize.js is optimized for high performance with comprehensive benchmarks cove
137
- **filesize(0)**: 18.6M ops/sec
138
- **filesize(512)**: 20.3M ops/sec
139
- **filesize(1024)**: 18.7M ops/sec
140
-- **filesize(1MB)**: 23.5M ops/sec
141
-- **filesize(1GB)**: 23.6M ops/sec
142
-- **filesize(1TB)**: 26.9M ops/sec
+- **filesize(1048576)**: 23.5M ops/sec
+- **filesize(1073741824)**: 23.6M ops/sec
+- **filesize(1099511627776)**: 26.9M ops/sec
143
- **With bits=true**: 16.8M ops/sec
144
- **With standard="iec"**: 16.6M ops/sec
145
- **With round=4**: 13.4M ops/sec
0 commit comments