Remove all regressions
This commit is contained in:
parent
1ae69c8e2a
commit
12a50ef2db
2 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 315 KiB After Width: | Height: | Size: 295 KiB |
Loading…
Reference in a new issue