suite.on('complete', function () {
    console.log(`Fastest is ${this.filter('fastest').map('name')}`)
})