forked from Deuxfleurs/mknet
Add unit
This commit is contained in:
parent
c181eee22e
commit
3fc014ad3c
2 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Reference in a new issue