diff --git a/benchmark/startup.js b/benchmark/startup.js index 3d1f443a4f8..97bb8d5189a 100644 --- a/benchmark/startup.js +++ b/benchmark/startup.js @@ -1,6 +1,6 @@ var spawn = require('child_process').spawn, path = require('path'), - emptyJsFile = path.join(__dirname, '../test/fixtures/empty.js'), + emptyJsFile = path.join(__dirname, '../test/fixtures/semicolon.js'), starts = 100, i = 0, start; diff --git a/test/fixtures/empty.js b/test/fixtures/semicolon.js similarity index 100% rename from test/fixtures/empty.js rename to test/fixtures/semicolon.js