From 12a50ef2db2f2a4f43a98154b2736c58c824b9af Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 28 Sep 2022 14:59:42 +0200 Subject: Remove all regressions --- artifacts/2022-09-24-s3billion/plot.R | 4 ++-- 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 index 33b9968..85d91ec 100644 Binary files a/artifacts/2022-09-24-s3billion/plot.png and b/artifacts/2022-09-24-s3billion/plot.png differ -- cgit v1.2.3