Skip to content

Commit 9eb0e83

Browse files
committed
chore: fix use proper parameter for wasm bench
javascript and their nonsensical fallbacks be damned to eternal suffering
1 parent 7e4abfa commit 9eb0e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfhe/web_wasm_parallel_tests/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ async function compactPublicKeyZeroKnowledgeBench() {
665665
ShortintParametersName.PARAM_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128,
666666
),
667667
casting_params: new ShortintCompactPublicKeyEncryptionParameters(
668-
ShortintCompactPublicKeyEncryptionParametersName.PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128_ZKV1,
668+
ShortintCompactPublicKeyEncryptionParametersName.V1_3_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128_ZKV1,
669669
),
670670
},
671671
];

0 commit comments

Comments
 (0)