We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c8722 commit c00c31cCopy full SHA for c00c31c
benchmark/compare.R
@@ -23,7 +23,7 @@ dat = read.csv(
23
dat = data.frame(dat);
24
25
dat$nameTwoLines = paste0(dat$filename, '\n', dat$configuration);
26
-dat$name = paste0(dat$filename, dat$configuration);
+dat$name = paste0(dat$filename, ' ', dat$configuration);
27
28
# Create a box plot
29
if (!is.null(plot.filename)) {
0 commit comments