mirror of
https://github.com/nodejs/node.git
synced 2025-04-29 14:25:18 +00:00
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 = data.frame(dat);
|
||||||
|
|
||||||
dat$nameTwoLines = paste0(dat$filename, '\n', dat$configuration);
|
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
|
# Create a box plot
|
||||||
if (!is.null(plot.filename)) {
|
if (!is.null(plot.filename)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user