Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f491739

Browse files
committed
themis-test: Bump proof-decryption ix count to 60M
1 parent a9e5ec4 commit f491739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themis/client/tests/assert_instruction_count.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ fn assert_instruction_count() {
263263
const BASELINE_NEW_POLICIES_COUNT: u64 = 80_000; // last known 75,796 @ 128, 4,675 @ 2
264264
const BASELINE_INITIALIZE_USER_COUNT: u64 = 22_000; // last known 19,868
265265
const BASELINE_CALCULATE_AGGREGATE_COUNT: u64 = 15_000_000; // last known 13,061,884
266-
const BASELINE_PROOF_DECRYPTION_COUNT: u64 = 50_000_000; // last known 13,167,140
266+
const BASELINE_PROOF_DECRYPTION_COUNT: u64 = 60_000_000; // last known 13,167,140
267267

268268
println!("BPF instructions executed");
269269
println!(

0 commit comments

Comments
 (0)