Thanks to visit codestin.com Credit goes to github.com
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 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