Skip to content
Snippets Groups Projects

Add benchmarks to CI

Merged Benjamin Gallois requested to merge bgallois/duniter-v2s:add_benchmarks_ci into master
All threads resolved!
3 files
+ 28
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
0
@@ -22,6 +22,10 @@
#[cfg(feature = "std")]
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
#[cfg(feature = "runtime-benchmarks")]
#[macro_use]
extern crate frame_benchmarking;
pub mod parameters;
pub use self::parameters::*;
Loading