Skip to content

Commit

Permalink
chore: revert drun-wrapper extra batches to 1 for perf measurement (#…
Browse files Browse the repository at this point in the history
…4200)

The regions PR #3768 bumped up drun-wrapper extra batches from 1 to 128, affecting the perf of perf/dao due to a longer running heartbeat. This restores the extra batches back to 1.
  • Loading branch information
crusso authored Sep 7, 2023
1 parent 17645ab commit 59febd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/drun-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export LANG=C.UTF-8
# it doesn't work reliably and slows down the test significantly.
# so until DFN-1269 fixes this properly, let's just not run
# affected tests on drun (only ic-ref-run).
EXTRA_BATCHES=128
EXTRA_BATCHES=1

# on darwin, I have seen
# thread 'MR Batch Processor' has overflowed its stack
Expand Down

0 comments on commit 59febd5

Please sign in to comment.