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:
Brian White 2021-04-06 18:27:03 -04:00 committed by James M Snell
parent 896dc39951
commit 0180fc5b9b
No known key found for this signature in database
GPG Key ID: 7341B15C070877AC
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {