diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-24 17:09:17 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-24 17:09:17 +0200 |
commit | 3fc014ad3c3548dfaddc1b85b047aab761fc60ff (patch) | |
tree | fd7f2acf934ae62f6f8809420a2118607fe51dc3 /artifacts/2022-09-24-s3billion/plot.R | |
parent | c181eee22e38beae3b1f42657011762837162c63 (diff) | |
download | mknet-3fc014ad3c3548dfaddc1b85b047aab761fc60ff.tar.gz mknet-3fc014ad3c3548dfaddc1b85b047aab761fc60ff.zip |
Add unit
Diffstat (limited to 'artifacts/2022-09-24-s3billion/plot.R')
-rw-r--r-- | artifacts/2022-09-24-s3billion/plot.R | 2 |
1 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", |