Skip to content

Commit 2403bdd

Browse files
committed
feat: add empty string into benchmark
1 parent bfc2bea commit 2403bdd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

benchmark/bench.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ for (let i = 0; i < SHORT_ARRAY_SIZE; i++) {
4040
}
4141

4242
const benchmarks = [
43+
{
44+
name: 'empty string',
45+
schema: {
46+
type: 'string'
47+
},
48+
input: ''
49+
},
4350
{
4451
name: 'short string',
4552
schema: {

0 commit comments

Comments
 (0)