Skip to content

Commit

Permalink
uncomments benches
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwatters committed Feb 3, 2024
1 parent d2da18e commit 69c5222
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions benches/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,16 @@ fn decrypt_content_benchmark(c: &mut Criterion) {

criterion_group!(
benches,
// hash_str_benchmark,
// bytes_32_encode_benchmark,
// bytes_32_decode_benchmark,
// aead_encrypt_benchmark,
// aead_decrypt_benchmark,
// signature_generate_fingerprint_benchmark,
// signature_sign_benchmark,
// signature_verify_benchmark,
// generate_exchange_keys_benchmark,
// content_encrypt_benchmark,
hash_str_benchmark,
bytes_32_encode_benchmark,
bytes_32_decode_benchmark,
aead_encrypt_benchmark,
aead_decrypt_benchmark,
signature_generate_fingerprint_benchmark,
signature_sign_benchmark,
signature_verify_benchmark,
generate_exchange_keys_benchmark,
content_encrypt_benchmark,
content_encrypt_multi_recipient_benchmark,
content_extract_components_for_key_position_benchmark,
decrypt_content_benchmark,
Expand Down

0 comments on commit 69c5222

Please sign in to comment.