Skip to content

Commit

Permalink
Increase API runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs committed Nov 27, 2023
1 parent 477f978 commit 26b30b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/gear/src/benchmarking/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const MAX_PAGES: u32 = 512;
/// This is picked more or less arbitrary. We experimented with different numbers until
/// the results appeared to be stable. Reducing the number would speed up the benchmarks
/// but might make the results less precise.
const API_BENCHMARK_RUNS: u32 = 1600;
const API_BENCHMARK_RUNS: u32 = 2000;

/// How many runs we do per Instruction benchmark.
///
Expand Down

0 comments on commit 26b30b8

Please sign in to comment.