diff --git a/benchmark.js b/benchmark.js index c47172e..da9ed8d 100644 --- a/benchmark.js +++ b/benchmark.js @@ -1,6 +1,8 @@ var chalk = require('./'); suite('chalk', function () { + set('iterations', 100000); + bench('single style', function () { chalk.red('the fox jumps over the lazy dog'); });