mirror of https://github.com/nodejs/node.git
benchmark: improve compare.R output
PR-URL: https://github.com/nodejs/node/pull/38118 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
896dc39951
commit
0180fc5b9b
|
@ -23,7 +23,7 @@ dat = read.csv(
|
|||
dat = data.frame(dat);
|
||||
|
||||
dat$nameTwoLines = paste0(dat$filename, '\n', dat$configuration);
|
||||
dat$name = paste0(dat$filename, dat$configuration);
|
||||
dat$name = paste0(dat$filename, ' ', dat$configuration);
|
||||
|
||||
# Create a box plot
|
||||
if (!is.null(plot.filename)) {
|
||||
|
|
Loading…
Reference in New Issue