Skip to content

Commit

Permalink
hardcode cu_price to 300 u_lamports
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Mar 26, 2024
1 parent c79bfe2 commit 1aa48f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async fn main() {
large_transactions,
} = Args::parse();

let cu_price_micro_lamports = 3;
let cu_price_micro_lamports = 300;

let mut run_interval_ms = tokio::time::interval(Duration::from_millis(run_interval_ms));

Expand Down

0 comments on commit 1aa48f3

Please sign in to comment.