const suite = new Benchmark.Suite("Creating many child views", {
    onStart() {
        /* eslint-disable no-console */
        console.log(`${ this.name }:`);
    }