diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-28 14:59:42 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-28 14:59:42 +0200 |
commit | 12a50ef2db2f2a4f43a98154b2736c58c824b9af (patch) | |
tree | 4731f577472e7ee0dc7f0f2aa91315cca78437aa /artifacts/2022-09-24-s3billion | |
parent | 1ae69c8e2acef38307d6c562efb8b0d659142b42 (diff) | |
download | mknet-12a50ef2db2f2a4f43a98154b2736c58c824b9af.tar.gz mknet-12a50ef2db2f2a4f43a98154b2736c58c824b9af.zip |
Remove all regressions
Diffstat (limited to 'artifacts/2022-09-24-s3billion')
-rw-r--r-- | artifacts/2022-09-24-s3billion/plot.R | 4 | ||||
-rw-r--r-- | artifacts/2022-09-24-s3billion/plot.png | bin | 322381 -> 302107 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/artifacts/2022-09-24-s3billion/plot.R b/artifacts/2022-09-24-s3billion/plot.R index bf8b29c..7b21a8b 100644 --- a/artifacts/2022-09-24-s3billion/plot.R +++ b/artifacts/2022-09-24-s3billion/plot.R @@ -35,7 +35,7 @@ ggsave("./garage.png", width=200, height=120, units="mm") read_csv("minio.csv") %>% mutate(batch_dur_sec = batch_dur_nanoseconds / 1000 / 1000 / 1000 ) -> s2 ggplot(s2, aes(x=total_objects, y=batch_dur_sec)) + geom_point() + - geom_smooth(method = "gam", se = FALSE) + + #geom_smooth(method = "gam", se = FALSE) + scale_x_continuous(expand=c(0,0), breaks = scales::pretty_breaks(n = 10))+ scale_y_continuous(expand=c(0,0), breaks = scales::pretty_breaks(n = 10))+ labs( @@ -50,7 +50,7 @@ ggsave("./minio.png", width=200, height=120, units="mm") bind_rows(s %>% add_column(daemon="garage 0.8 beta2 lmdb"), s2 %>% add_column(daemon="minio RELEASE 20220917")) -> sc ggplot(sc, aes(x=total_objects, y=batch_dur_sec, group=daemon, color=daemon)) + geom_point() + - geom_smooth(method = "gam", se = FALSE) + + #geom_smooth(method = "gam", se = FALSE) + scale_x_continuous(expand=c(0,0), breaks = scales::pretty_breaks(n = 10))+ scale_y_continuous(expand=c(0,0), breaks = scales::pretty_breaks(n = 10))+ labs( diff --git a/artifacts/2022-09-24-s3billion/plot.png b/artifacts/2022-09-24-s3billion/plot.png Binary files differindex 33b9968..85d91ec 100644 --- a/artifacts/2022-09-24-s3billion/plot.png +++ b/artifacts/2022-09-24-s3billion/plot.png |