We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4673d3a commit 777380cCopy full SHA for 777380c
crates/test-utils/tests/basic_sim.rs
@@ -56,8 +56,6 @@ pub async fn test_simulator() {
56
);
57
}
58
59
- let time = std::time::Instant::now();
60
-
61
// Set up the simulator
62
let built = BlockBuild::<_, NoOpInspector>::new(
63
db,
@@ -81,8 +79,6 @@ pub async fn test_simulator() {
81
79
let tx2 = w[1].as_eip1559().unwrap().tx().max_priority_fee_per_gas;
82
80
tx1 >= tx2
83
}));
84
85
- dbg!(time.elapsed());
86
87
88
// utilities below this point are reproduced from other places, however,
0 commit comments