bench - increase iterations for more reliable results

This commit is contained in:
Sindre Sorhus 2014-07-04 22:32:23 +02:00
parent d255f42a9e
commit 3ab833de62

View file

@ -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');
});