We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062f50c commit d509beeCopy full SHA for d509bee
benchmark/util/style-text.js
@@ -7,7 +7,7 @@ const assert = require('node:assert');
7
8
const bench = common.createBenchmark(main, {
9
messageType: ['string', 'number', 'boolean', 'invalid'],
10
- format: ['red', 'italic', 'invalid'],
+ format: ['red', 'italic', 'invalid', '#ff0000'],
11
validateStream: [1, 0],
12
n: [1e3],
13
});
0 commit comments