mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 10:09:26 +02:00
core: fix size of nanoid in benchmarks
This commit is contained in:
@@ -32,6 +32,6 @@ describe("objectid", async () => {
|
||||
});
|
||||
|
||||
bench("nanoid", () => {
|
||||
nanoid(32);
|
||||
nanoid(24);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user