mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore(bench): bench 64 bits for ZKs
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user