diff --git a/scripts/benchmarking/run_all_benchmarks.sh b/scripts/benchmarking/run_all_benchmarks.sh index 422ff78d168..d1cffb307d1 100755 --- a/scripts/benchmarking/run_all_benchmarks.sh +++ b/scripts/benchmarking/run_all_benchmarks.sh @@ -17,7 +17,7 @@ BENCHMARK_REPEAT=20 # 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=100 # Get array of isolated cores from the cpuset file. get_isolated_cores() {