aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-09-24 17:09:17 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-09-24 17:09:17 +0200
commit3fc014ad3c3548dfaddc1b85b047aab761fc60ff (patch)
treefd7f2acf934ae62f6f8809420a2118607fe51dc3
parentc181eee22e38beae3b1f42657011762837162c63 (diff)
downloadmknet-3fc014ad3c3548dfaddc1b85b047aab761fc60ff.tar.gz
mknet-3fc014ad3c3548dfaddc1b85b047aab761fc60ff.zip
Add unit
-rw-r--r--artifacts/2022-09-24-s3billion/plot.R2
-rw-r--r--artifacts/2022-09-24-s3billion/plot.pngbin226726 -> 231206 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 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
--- a/artifacts/2022-09-24-s3billion/plot.png
+++ b/artifacts/2022-09-24-s3billion/plot.png
Binary files differ