Skip to content

Commit

Permalink
chore: update import style
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Dec 19, 2023
1 parent 33c4b70 commit cd1afdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cmd/src/cli/bench/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ use std::time::Instant;
use common_meta::key::TableMetadataManagerRef;
use common_meta::table_name::TableName;

use crate::cli::bench::*;
use crate::cli::bench::{
bench_self_recorded, create_region_routes, create_region_wal_options, create_table_info,
};

pub struct TableMetadataBencher {
table_metadata_manager: TableMetadataManagerRef,
Expand Down

0 comments on commit cd1afdd

Please sign in to comment.