Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/ethrex/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ pub async fn import_blocks_bench(
// Because this wants to compare against running a real node in terms of reported performance
// It takes less than 500ms, so this is good enough, but we should report the performance
// without taking into account that wait.
tokio::time::sleep(Duration::from_millis(500)).await;
tokio::time::sleep(Duration::from_millis(100)).await;
}

// Make head canonical and label all special blocks correctly.
Expand Down
Loading