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