Skip to content

Commit

Permalink
dump bench parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
breathx committed Nov 25, 2024
1 parent 885128d commit 633efcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/benchmarking/run_all_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
# Should be run from the root of the repo.

# Steps and repeats for main benchmark.
BENCHMARK_STEPS=50
BENCHMARK_REPEAT=20
BENCHMARK_STEPS=20
BENCHMARK_REPEAT=10

# Steps and repeats for benchmarking so called "one-time extrinsics",
# which may be called only once and require a different benchmarking approach with more repeats.
BENCHMARK_STEPS_ONE_TIME_EXTRINSICS=2
BENCHMARK_REPEAT_ONE_TIME_EXTRINSICS=1000
BENCHMARK_REPEAT_ONE_TIME_EXTRINSICS=500

# Get array of isolated cores from the cpuset file.
get_isolated_cores() {
Expand Down

0 comments on commit 633efcc

Please sign in to comment.