ant-quic 0.27.47

QUIC transport protocol with advanced NAT traversal for P2P networks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Performance and benchmark tests

#![allow(clippy::unwrap_used, clippy::expect_used)]

// Re-export common test utilities
pub use crate::utils::*;

#[cfg(test)]
mod tests {

    // Placeholder for performance test structure
    // Individual tests will be added as we migrate them
}