This commit is contained in:
Quentin 2022-09-24 17:09:17 +02:00
parent c181eee22e
commit 3fc014ad3c
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 1 additions and 1 deletions

View File

@ -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",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 226 KiB