We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896dc39 commit 0180fc5Copy full SHA for 0180fc5
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