Skip to content

Commit 34d6f53

Browse files
committed
readme: update napkin math for blob puts
1 parent 9794ef6 commit 34d6f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ to improve accuracy and as hardware improves.
6060
| Sequential HDD Read (8 KiB) | 10 ms | 250 MiB/s | 2 ms | 2s |
6161
| Blob Storage GET, 1 conn | 50 ms | 500 MiB/s | 2 ms | 2s |
6262
| Blob Storage GET, n conn (offsets) | 50 ms | NW limit | | |
63-
| Blob Storage PUT, 1 conn | 100 ms | 100 MiB/s | 10 ms | 10s |
64-
| Blob Storage PUT, n conn (multipart)| 200 ms | NW limit | | |
63+
| Blob Storage PUT, 1 conn | 50 ms | 100 MiB/s | 10 ms | 10s |
64+
| Blob Storage PUT, n conn (multipart)| 150 ms | NW limit | | |
6565
| Random SSD Read (8 KiB) | 100 μs | 70 MiB/s | 15 ms | 15s |
6666
| Serialization `[8]` `[9]`| N/A | 100 MiB/s | 10 ms | 10s |
6767
| Deserialization `[8]` `[9]`| N/A | 100 MiB/s | 10 ms | 10s |

0 commit comments

Comments
 (0)