markers = {
  "vanilla": ".",
  "kernel polling (patched)": "+",
  "kernel polling (configuration)": "x",
  "irq packing": "*",
}

colors = {
  "vanilla": "tab:blue",
  "kernel polling (patched)": "tab:orange",
  "kernel polling (configuration)": "tab:purple",
  "irq packing": "tab:red",
}