bench - increase iterations for more reliable results
This commit is contained in:
parent
d255f42a9e
commit
3ab833de62
1 changed files with 2 additions and 0 deletions
|
|
@ -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');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue