summaryrefslogtreecommitdiff
path: root/benchmark/compare.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/compare.js')
-rw-r--r--benchmark/compare.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmark/compare.js b/benchmark/compare.js
index fe465eb976..bd7c4a95cb 100644
--- a/benchmark/compare.js
+++ b/benchmark/compare.js
@@ -25,7 +25,6 @@ const cli = CLI(`usage: ./node compare.js [options] [--] <category> ...
if (!cli.optional.new || !cli.optional.old) {
cli.abort(cli.usage);
- return;
}
const binaries = ['old', 'new'];
@@ -98,7 +97,6 @@ if (showProgress) {
child.once('close', (code) => {
if (code) {
process.exit(code);
- return;
}
if (showProgress) {
progress.completeRun(job);