Skip to content

Commit ba9322f

Browse files
committed
add CAS
1 parent a51b925 commit ba9322f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ to improve accuracy and as hardware improves.
5959
| Sequential SSD write, +fsync (8KiB) | 300 μs | 30 MiB/s | 30 ms | 30s |
6060
| Sorting (64-bit integers) | N/A | 500 MiB/s | 2 ms | 2s |
6161
| Sequential HDD Read (8 KiB) | 10 ms | 250 MiB/s | 2 ms | 2s |
62+
| Blob Storage GET, if not match | 30 ms | | | |
6263
| Blob Storage GET, 1 conn (128KiB) | 50 ms | 100 MiB/s | 10 ms | 10s |
6364
| Blob Storage GET, n conn (offsets) | 50 ms | NW limit | | |
6465
| Blob Storage PUT, 1 conn | 100 ms | 100 MiB/s | 10 ms | 10s |
6566
| Blob Storage PUT, n conn (multipart)| 150 ms | NW limit | | |
67+
| Blob Storage PUT, CAS (8 KiB) | 100 ms | | | |
6668
| Random SSD Read (8 KiB) | 100 μs | 70 MiB/s | 15 ms | 15s |
6769
| Serialization `[8]` `[9]`| N/A | 100 MiB/s | 10 ms | 10s |
6870
| Deserialization `[8]` `[9]`| N/A | 100 MiB/s | 10 ms | 10s |

0 commit comments

Comments
 (0)