Add latency

This commit is contained in:
Quentin 2022-09-23 22:53:35 +02:00
parent a40c123542
commit fa61df5e07
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ggplot(d, aes(y = ms, group = daemon, fill=daemon)) +
x="Count",
fill="Daemon",
caption="Get the code to reproduce this graph at https://git.deuxfleurs.fr/Deuxfleurs/mknet",
title="TTFB (Time To First Byte) on GetObject over a slow network (5 Mbps)",
title="TTFB (Time To First Byte) on GetObject over a slow network (5 Mbps, 500 µs)",
subtitle="A 1MB file is uploaded and then fetched 60 times.\nExcept for Minio, the queried node does not store any data (gateway) to force net. communications.") +
theme_classic() +
theme(legend.position = c(.15, .8))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 127 KiB