add run in gdb menu action
This commit is contained in:
@ -12,6 +12,7 @@ if (!file.exists(datafile)) {
|
||||
}
|
||||
|
||||
data <- readr::read_csv(datafile)
|
||||
tibble::glimpse(data)
|
||||
|
||||
plot <- ggplot(data, aes(x = benchmark, y = faults, fill = resulttype)) +
|
||||
geom_col(position = "dodge") +
|
||||
|
||||
Reference in New Issue
Block a user