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