aboutsummaryrefslogtreecommitdiff
path: root/artifacts/2022-09-23-s3ttfb/plot.R
diff options
context:
space:
mode:
Diffstat (limited to 'artifacts/2022-09-23-s3ttfb/plot.R')
-rw-r--r--artifacts/2022-09-23-s3ttfb/plot.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/artifacts/2022-09-23-s3ttfb/plot.R b/artifacts/2022-09-23-s3ttfb/plot.R
index a505a14..7b8b7fe 100644
--- a/artifacts/2022-09-23-s3ttfb/plot.R
+++ b/artifacts/2022-09-23-s3ttfb/plot.R
@@ -8,7 +8,7 @@ bind_rows(a,b,c) %>% mutate(ms = nanoseconds / 1000 / 1000) -> d
ggplot(d, aes(y = ms, group = daemon, fill=daemon)) +
#geom_violin(trim = TRUE, width=2) +
- geom_histogram(binwidth=50) +
+ geom_histogram(binwidth=50, color="black") +
scale_y_continuous(expand=c(0,0))+
scale_x_continuous(expand=c(0,0))+
coord_flip() +