Skip to content
  • Hernando Castano's avatar
    Weights for `pallet-bridge-grandpa` (#815) · 1a89b1ec
    Hernando Castano authored
    * Add benchmarking skeleton
    
    * Allow runtime to indicate concrete header type for benches
    
    * Set up skeleton for benchmark tests
    
    * Play around with mutating bench header
    
    * Create a working test for benchmarking
    
    * Add benches related to enacting authority set changes
    
    * Add bench for checking effect of prec-commits/vote ancestries
    
    * Use new `no_std` test utils in benchmarks
    
    * Support pallet instances in benchmarking
    
    * Use correct benchmarking instance macro
    
    * Add instance to runtime benchmark helper impl
    
    * Start using new justification creation API
    
    * Allow mock header's number to be specified
    
    * Set up benches with correct fork/depth parameters
    
    * Use new pallet name during runtime bench setup
    
    * Use correct `set_id` in tests
    
    * Limit number of forks as workaround to get tests passing
    
    * Use number of authorities which matches number of forks
    
    * Make sure test post-conditions are checked properly
    
    * Only read `Current...
    1a89b1ec