diff --git a/test/benchmark.js b/test/benchmark.js index 222a0955..f1ef8870 100755 --- a/test/benchmark.js +++ b/test/benchmark.js @@ -33,12 +33,12 @@ suite .add('crypto.randomUUID', () => { crypto.randomUUID() }) - .add('uid/secure', () => { - uidSecure(32) - }) .add('@napi-rs/uuid', () => { napiV4() }) + .add('uid/secure', () => { + uidSecure(32) + }) .add('@lukeed/uuid', () => { lukeed4() })