Add readme for storage v2
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user