Skip to content

Commit

Permalink
themis-test: Bump proof-decryption ix count to 60M
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Oct 1, 2020
1 parent a9e5ec4 commit f491739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themis/client/tests/assert_instruction_count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ fn assert_instruction_count() {
const BASELINE_NEW_POLICIES_COUNT: u64 = 80_000; // last known 75,796 @ 128, 4,675 @ 2
const BASELINE_INITIALIZE_USER_COUNT: u64 = 22_000; // last known 19,868
const BASELINE_CALCULATE_AGGREGATE_COUNT: u64 = 15_000_000; // last known 13,061,884
const BASELINE_PROOF_DECRYPTION_COUNT: u64 = 50_000_000; // last known 13,167,140
const BASELINE_PROOF_DECRYPTION_COUNT: u64 = 60_000_000; // last known 13,167,140

println!("BPF instructions executed");
println!(
Expand Down

0 comments on commit f491739

Please sign in to comment.