add run in gdb menu action

This commit is contained in:
2026-04-20 23:52:06 +02:00
parent 10b10f1e68
commit d4090125ef
5 changed files with 106 additions and 23 deletions

View File

@ -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") +