Skip to content

Commit

Permalink
set reaonsable worst-case
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones committed Aug 14, 2024
1 parent 2be7482 commit c5ca978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fn bench_process_compute_budget_instructions_builtins(c: &mut Criterion) {
}

fn bench_process_compute_budget_instructions_mixed(c: &mut Criterion) {
let num_instructions = 1024;
let num_instructions = 355;
c.benchmark_group("bench_process_compute_budget_instructions_mixed")
.throughput(Throughput::Elements(NUM_TRANSACTIONS_PER_ITER as u64))
.bench_function(
Expand Down

0 comments on commit c5ca978

Please sign in to comment.