Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone-trilitech committed Jan 30, 2024
1 parent f02cca9 commit 792a70d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simple-benchmark/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::{error::Error, fs::File, time::Duration};
use clap::{command, Args, Parser, Subcommand};
use csv::Reader;
use log::{error, info};
use serde::Deserialize;
use stats::{mean, median, stddev};
use tokio::{join, time::sleep};
mod narwhal {
Expand Down

0 comments on commit 792a70d

Please sign in to comment.