From 4d61d4a72f26f83731a80857df97ac114bc9ce5a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sat, 24 Sep 2022 17:06:43 +0200 Subject: [PATCH] Refactor + fix typo in 1M+ objects bench --- .../garage-v0.8-beta2-lmdb.csv | 0 .../plot.R | 2 +- .../plot.png | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename artifacts/{2022-09-14-s3billion => 2022-09-24-s3billion}/garage-v0.8-beta2-lmdb.csv (100%) rename artifacts/{2022-09-14-s3billion => 2022-09-24-s3billion}/plot.R (78%) rename artifacts/{2022-09-14-s3billion => 2022-09-24-s3billion}/plot.png (100%) diff --git a/artifacts/2022-09-14-s3billion/garage-v0.8-beta2-lmdb.csv b/artifacts/2022-09-24-s3billion/garage-v0.8-beta2-lmdb.csv similarity index 100% rename from artifacts/2022-09-14-s3billion/garage-v0.8-beta2-lmdb.csv rename to artifacts/2022-09-24-s3billion/garage-v0.8-beta2-lmdb.csv diff --git a/artifacts/2022-09-14-s3billion/plot.R b/artifacts/2022-09-24-s3billion/plot.R similarity index 78% rename from artifacts/2022-09-14-s3billion/plot.R rename to artifacts/2022-09-24-s3billion/plot.R index 6929a6e..38c26bc 100644 --- a/artifacts/2022-09-14-s3billion/plot.R +++ b/artifacts/2022-09-24-s3billion/plot.R @@ -9,6 +9,6 @@ ggplot(s, aes(x=total_objects, y=batch_dur_sec)) + 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", - subtitle="Daemon: Garage v0.8 beta 2 with LMDB as db_engine\nBenchmark: 128 batch. 192 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).") + + 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-14-s3billion/plot.png b/artifacts/2022-09-24-s3billion/plot.png similarity index 100% rename from artifacts/2022-09-14-s3billion/plot.png rename to artifacts/2022-09-24-s3billion/plot.png