core: fix size of nanoid in benchmarks

This commit is contained in:
Abdullah Atta
2023-10-09 11:13:05 +05:00
parent 07d2a701c7
commit 37ad3ea31a

View File

@@ -32,6 +32,6 @@ describe("objectid", async () => {
});
bench("nanoid", () => {
nanoid(32);
nanoid(24);
});
});