mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 06:21:01 +00:00
Improve base weights consistency and make sure they're never zero (#11806)
* Improve base weights consistency and make sure they're never zero * Switch back to `linregress` crate; add back estimation errors * Move the test into `mod tests` * Use all of the samples instead of only the first one * Use full precision extrinsic base weights and slopes * Add an extra comment * ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts Co-authored-by: parity-processbot <> Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ mod utils;
|
||||
pub mod baseline;
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
pub use analysis::{Analysis, AnalysisChoice, BenchmarkSelector, RegressionModel};
|
||||
pub use analysis::{Analysis, AnalysisChoice, BenchmarkSelector};
|
||||
#[doc(hidden)]
|
||||
pub use frame_support;
|
||||
#[doc(hidden)]
|
||||
|
||||
Reference in New Issue
Block a user