From 3fc014ad3c3548dfaddc1b85b047aab761fc60ff Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sat, 24 Sep 2022 17:09:17 +0200 Subject: Add unit --- artifacts/2022-09-24-s3billion/plot.R | 2 +- artifacts/2022-09-24-s3billion/plot.png | Bin 226726 -> 231206 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/2022-09-24-s3billion/plot.R b/artifacts/2022-09-24-s3billion/plot.R index 38c26bc..e6997b0 100644 --- a/artifacts/2022-09-24-s3billion/plot.R +++ b/artifacts/2022-09-24-s3billion/plot.R @@ -5,7 +5,7 @@ ggplot(s, aes(x=total_objects, y=batch_dur_sec)) + geom_point() + geom_smooth(method = "gam", se = FALSE) + labs( - y="Time spent sending a batch (8192 objects)", + 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", diff --git a/artifacts/2022-09-24-s3billion/plot.png b/artifacts/2022-09-24-s3billion/plot.png index 8f01574..da41317 100644 Binary files a/artifacts/2022-09-24-s3billion/plot.png and b/artifacts/2022-09-24-s3billion/plot.png differ -- cgit v1.2.3