Skip to content

Commit

Permalink
rm bench marks
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Feb 5, 2024
1 parent 656eafa commit 4e6f34d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/network-scanner-net/examples/intense_tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ pub async fn main() -> anyhow::Result<()> {
Ok(())
}

fn run_and_bench_tcp_cline() {
tokio::spawn(async {
let now = Instant::now();
let _ = tcp_client().await;
tracing::info!("TCP client took: {:?}", now.elapsed());
});
}

async fn tcp_client() -> anyhow::Result<()> {
let async_runtime = network_scanner_net::runtime::Socket2Runtime::new(None)?;
let mut socket_arr = vec![];
Expand Down

0 comments on commit 4e6f34d

Please sign in to comment.