Skip to content

Commit 096b755

Browse files
committed
Fixing README.md
1 parent df0978a commit 096b755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ filesize.js is optimized for high performance with comprehensive benchmarks cove
137137
- **filesize(0)**: 18.6M ops/sec
138138
- **filesize(512)**: 20.3M ops/sec
139139
- **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
140+
- **filesize(1048576)**: 23.5M ops/sec
141+
- **filesize(1073741824)**: 23.6M ops/sec
142+
- **filesize(1099511627776)**: 26.9M ops/sec
143143
- **With bits=true**: 16.8M ops/sec
144144
- **With standard="iec"**: 16.6M ops/sec
145145
- **With round=4**: 13.4M ops/sec

0 commit comments

Comments
 (0)