diff --git a/benchmark/http/client-request-body.js b/benchmark/http/client-request-body.js index 7a3468a67058e3..1c27dea2a2066e 100644 --- a/benchmark/http/client-request-body.js +++ b/benchmark/http/client-request-body.js @@ -7,7 +7,7 @@ var bench = common.createBenchmark(main, { dur: [5], type: ['asc', 'utf', 'buf'], bytes: [32, 256, 1024], - method: ['write', 'end '] // two spaces added to line up each row + method: ['write', 'end'] }); function main(conf) { diff --git a/benchmark/http/end-vs-write-end.js b/benchmark/http/end-vs-write-end.js index 973f23afa9646d..c17e2ffb45fa02 100644 --- a/benchmark/http/end-vs-write-end.js +++ b/benchmark/http/end-vs-write-end.js @@ -14,7 +14,7 @@ var bench = common.createBenchmark(main, { type: ['asc', 'utf', 'buf'], kb: [64, 128, 256, 1024], c: [100], - method: ['write', 'end '] // two spaces added to line up each row + method: ['write', 'end'] }); function main(conf) {