mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
core: fix size of nanoid in benchmarks
This commit is contained in:
committed by
Abdullah Atta
parent
a0f8666b7a
commit
3ecf9eab3b
@@ -32,6 +32,6 @@ describe("objectid", async () => {
|
||||
});
|
||||
|
||||
bench("nanoid", () => {
|
||||
nanoid(32);
|
||||
nanoid(24);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user