Skip to content

Commit 00547e7

Browse files
committed
Fix benchmark order
1 parent a8f4099 commit 00547e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/benchmark.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ suite
3333
.add('crypto.randomUUID', () => {
3434
crypto.randomUUID()
3535
})
36-
.add('uid/secure', () => {
37-
uidSecure(32)
38-
})
3936
.add('@napi-rs/uuid', () => {
4037
napiV4()
4138
})
39+
.add('uid/secure', () => {
40+
uidSecure(32)
41+
})
4242
.add('@lukeed/uuid', () => {
4343
lukeed4()
4444
})

0 commit comments

Comments
 (0)