const suite = new Benchmark.Suite("Checking if a link is application link", {
    onStart() {
        /* eslint-disable no-console */
        console.log(`${ this.name }:`);
    }