Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Dec 24, 2024
1 parent 1e4e9c5 commit 6e04888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/stages/stages/benches/setup/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ use reth_stages::{
test_utils::{StorageKind, TestStageDB},
};
use reth_testing_utils::generators::{
random_block_range, random_changeset_range, random_contract_account_range,
random_eoa_accounts, BlockRangeParams,
random_block_range, random_changeset_range, random_contract_account_range, random_eoa_accounts,
BlockRangeParams,
};
use reth_trie::StateRoot;
use std::{collections::BTreeMap, fs, path::Path};
Expand Down
2 changes: 1 addition & 1 deletion crates/storage/db/benches/hash_keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use criterion::{
use pprof::criterion::{Output, PProfProfiler};
use proptest::{
arbitrary::Arbitrary,
prelude::{any_with},
prelude::any_with,
strategy::{Strategy, ValueTree},
test_runner::{Config, RngAlgorithm, TestRng, TestRunner},
};
Expand Down

0 comments on commit 6e04888

Please sign in to comment.