Skip to content

Commit

Permalink
Update results-resp-bench.md (#42)
Browse files Browse the repository at this point in the history
Fix what I think is a typo

Co-authored-by: Tal Zaccai <[email protected]>
  • Loading branch information
bkochendorfer and TalZaccai authored Mar 19, 2024
1 parent e0513a6 commit 627425e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/benchmarking/results-resp-bench.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In contrast, our latency experiments were performed on an empty database and for

For the experiment depicted in Figure 1., we used large batches of GET operations (4096 requests per batch) and small payloads (8-byte keys and values) to minimize network overhead.
As we increase the number of client sesssions, we observe that **Garnet** exhibits better scalability than Redis or KeyDB.
Dragonfly exhibits similar scaling scharacteristics though only up to 16 threads. Note also, that DragonFly is a pure in-memory system.
Dragonfly exhibits similar scaling characteristics though only up to 16 threads. Note also, that DragonFly is a pure in-memory system.
Overall, **Garnet**'s throughput relative to the other systems is consistently higher even when the database size (i.e., the number of distinct keys pre-loaded) is larger (at 256 million keys) than the size of the processor cache.

<details>
Expand Down Expand Up @@ -307,4 +307,4 @@ In fact, it does not require much to observe a noticeable difference in throughp

| ![tpt-bitop-batchsize.png](../../static/img/benchmark/tpt-bitop-batchsize.png) |
|:--:|
| Figure 11: Throughput (log-scale), for increasing batchsize by 64 client sessions on a DB with 1024 keys and 1MB payload. |
| Figure 11: Throughput (log-scale), for increasing batchsize by 64 client sessions on a DB with 1024 keys and 1MB payload. |

0 comments on commit 627425e

Please sign in to comment.