diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-24 18:09:18 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-24 18:09:18 +0200 |
commit | b4c1f58a3cf4887ef5dc5d042696eaf8784a2e6b (patch) | |
tree | 17d0951060bebecb89fdb72758a40604adf99f75 /artifacts/2022-09-24-s3billion | |
parent | c84dc6bd3592d3430a9a57bfdec2e55856ce304e (diff) | |
download | mknet-b4c1f58a3cf4887ef5dc5d042696eaf8784a2e6b.tar.gz mknet-b4c1f58a3cf4887ef5dc5d042696eaf8784a2e6b.zip |
DB engine comparison
Diffstat (limited to 'artifacts/2022-09-24-s3billion')
-rw-r--r-- | artifacts/2022-09-24-s3billion/plot.R | 2 | ||||
-rw-r--r-- | artifacts/2022-09-24-s3billion/plot.png | bin | 250106 -> 250100 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/artifacts/2022-09-24-s3billion/plot.R b/artifacts/2022-09-24-s3billion/plot.R index b600771..cf4c6a3 100644 --- a/artifacts/2022-09-24-s3billion/plot.R +++ b/artifacts/2022-09-24-s3billion/plot.R @@ -10,7 +10,7 @@ ggplot(s, aes(x=total_objects, y=batch_dur_sec)) + y="Time (in sec) spent sending a batch (8192 objects)", x="Total number of objects stored in the cluster", caption="Get the code to reproduce this graph at https://git.deuxfleurs.fr/Deuxfleurs/mknet", - title="Storing 1M+ files on Garage! Impact of existing data on cluster interactiveness", + title="Storing 1M+ files in a bucket! Impact of existing data on cluster interactiveness", subtitle="Daemon: Garage v0.8 beta 2 with LMDB as db_engine\nBenchmark: 128 batch. 8192 objects/batch. 32 threads/batch. 256 objects/thread. 16-byte/objects.\nEnvironment: mknet (Ryzen 5 1400, 16GB RAM, SSD). DC topo (3 nodes, 1Gb/s, 1ms latency).") + theme_classic() ggsave("./plot.png", width=200, height=120, units="mm") diff --git a/artifacts/2022-09-24-s3billion/plot.png b/artifacts/2022-09-24-s3billion/plot.png Binary files differindex 4cc7aa4..c7ca528 100644 --- a/artifacts/2022-09-24-s3billion/plot.png +++ b/artifacts/2022-09-24-s3billion/plot.png |