Add readme for storage v2

This commit is contained in:
2026-04-20 01:17:06 +10:00
parent 01bc9a8d15
commit 8e537dee5b
2 changed files with 718 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ for (const count of DOC_COUNTS) {
// EncryptedStorage
// ---------------------------------------------------------------------------
const ENCRYPTED_DOC_COUNTS = [100, 1_000];
const ENCRYPTED_DOC_COUNTS = [100, 1_000, 10_000];
const encryptionKey = await AESKey.fromSeed('benchmark-key');
for (const count of ENCRYPTED_DOC_COUNTS) {