Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsctx committed Dec 7, 2023
1 parent b303023 commit 25f2ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const tree = new Tree()
const tst = new TernarySearchTree()

/** @type {string[]} */
const random = new Array(1000)
const random = new Array(5000)
.fill(0)
.map(() => generateAsciiString((Math.random() * 100 + 5) | 0))
const randomBuffer = random.map((c) => Buffer.from(c))
Expand Down

0 comments on commit 25f2ad0

Please sign in to comment.