Skip to content

Benchmarks/DAL: use Mainnet consensus committee size

Raphaël Cauderlier requested to merge rafoo@fix_dal_benchmark into master

What

We force the context used for benchmarking to use the mainnet value of the consensus_committee_size parameter.

Why

The DAL committee must be smaller or equal to the consensus committee. We need this MR to run benchmarks on the mainnet values of the DAL parameters.

How

Manually testing the MR

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports