Add benchmark for message decryption

This commit is contained in:
Hocuri
2025-08-05 16:43:01 +02:00
parent fca8948e4c
commit 72336ebb8a
6 changed files with 261 additions and 5 deletions

View File

@@ -112,6 +112,9 @@ pub mod accounts;
pub mod peer_channels;
pub mod reaction;
#[cfg(feature = "internals")]
pub mod benchmark_internals;
/// If set IMAP/incoming and SMTP/outgoing MIME messages will be printed.
pub const DCC_MIME_DEBUG: &str = "DCC_MIME_DEBUG";