D8, node/1, with 4 comments

library(ggplot2)

df <- read.csv("/Users/msonnabaum/d8bench.csv")
# df$blah <- 1
ggplot(df, aes(test, ms, colour = test)) + geom_boxplot() + scale_y_continuous(breaks = seq(0, 
    200, by = 5))

plot of chunk unnamed-chunk-1