1 unstable release

0.7.0 Oct 27, 2025

#3 in #ideal

Download history 78/week @ 2025-10-25

78 downloads per month

Apache-2.0 and GPL-3.0-only

650KB
9K SLoC

Ideal Network Runtime

Benchmarking

  1. Build the Ideal Network runtime with benchmarks enabled:
cargo build -p idn-runtime --release --features runtime-benchmarks
  1. Run the benchmarks:
frame-omni-bencher v1 benchmark pallet \
    --runtime ./target/release/wbuild/idn-runtime/idn_runtime.compact.compressed.wasm \
    --pallet "*" \
    --extrinsic "" \
    --template ./chains/kitchensink/benchmarking/weight-template.hbs \
    --output weights.rs

Dependencies

~67MB
~1.5M SLoC