open-web3-stack / open-runtime-module-library

Substrate Open Runtime Module Library
Apache License 2.0
447 stars 289 forks source link

Add benchmarks to oracle #985

Closed Dinonard closed 3 months ago

Dinonard commented 3 months ago

Adds benchmark code to the orml-oracle. This should make it easier for projects using the pallet to run the benchmarks on their own.

In order for it to work with pallet-membership, https://github.com/paritytech/polkadot-sdk/pull/3729 needs to be merged.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.78%. Comparing base (58f847f) to head (598051b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #985 +/- ## ======================================= Coverage 85.78% 85.78% ======================================= Files 92 92 Lines 11055 11056 +1 ======================================= + Hits 9483 9484 +1 Misses 1572 1572 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.