chore(bench): bench 64 bits for ZKs

This commit is contained in:
Arthur Meyre
2024-09-26 13:22:45 +02:00
parent 7afe9b71d2
commit 81d82bc45c
2 changed files with 3 additions and 3 deletions

View File

@@ -669,7 +669,7 @@ async function compactPublicKeyZeroKnowledgeBench() {
[ZkComputeLoad.Verify]: "compute_load_verify",
};
let bits_to_encrypt = [640, 1280, 4096];
let bits_to_encrypt = [64, 640, 1280, 4096];
let encrypt_counts = bits_to_encrypt.map((v) => v / 64);