Part of #407.
@ -3,7 +3,6 @@
"use strict";
/* eslint-env node */
/* eslint-disable no-console */
let Runner = require("./runner.js");
let benchmarks = require("./benchmarks.js");
// Small server whose main purpose is to ensure that both the benchmarked code
// and the benchmark get passed through Babel & Browserify before they are
@ -1,6 +1,5 @@
/* global console */
let peg = require("../../lib/peg");
// Small server whose main purpose is to ensure that both the specced code and
// the specs get passed through Babel & Browserify before they are served to the