diff --git a/benchmark/index.js b/benchmark/index.js index e2aa861..9d77d95 100644 --- a/benchmark/index.js +++ b/benchmark/index.js @@ -1,5 +1,5 @@ /* eslint-env browser, jquery */ -/* global Runner */ +/* global benchmarks, Runner */ $("#run").click(function() { "use strict"; @@ -81,7 +81,7 @@ $("#run").click(function() { }).responseText; }, - testStart: function(benchmark, test) { + testStart: function() { /* Nothing to do. */ },