diff --git a/benchmark/benchmarks-lite.js b/benchmark/benchmarks-lite.js index 0854f56..52a2663 100644 --- a/benchmark/benchmarks-lite.js +++ b/benchmark/benchmarks-lite.js @@ -16,8 +16,6 @@ root.generateObject = function(numberOfProperties) { return object; } -function noop() {} - var padspace = (new Array(81)).join(" "); function padL(text, length) { return (padspace + text).slice(-length); diff --git a/benchmark/benchmarks.js b/benchmark/benchmarks.js index b63599f..122f060 100644 --- a/benchmark/benchmarks.js +++ b/benchmark/benchmarks.js @@ -16,8 +16,6 @@ root.generateObject = function(numberOfProperties) { return object; } -function noop() {} - var padspace = (new Array(81)).join(" "); function padL(text, length) { return (padspace + text).slice(-length); diff --git a/benchmark/index-lite.html b/benchmark/index-lite.html index 0357b21..a4a88d6 100644 --- a/benchmark/index-lite.html +++ b/benchmark/index-lite.html @@ -2,7 +2,7 @@ - Object.observe polyfill tests + Object.observe polyfill benchmarks