feat: initialize Kurdistan SDK - independent fork of Polkadot SDK

This commit is contained in:
2025-12-13 15:44:15 +03:00
commit e4778b4576
6838 changed files with 1847450 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
target=${1:-production}
steps=${2:-50}
repeat=${3:-20}
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
${__dir}/benchmarks-ci.sh collectives collectives-zagros target/$target $steps $repeat
${__dir}/benchmarks-ci.sh assets asset-hub-zagros target/$target $steps $repeat
${__dir}/benchmarks-ci.sh bridge-hubs bridge-hub-pezkuwichain target/$target $steps $repeat
${__dir}/benchmarks-ci.sh glutton glutton-zagros target/$target $steps $repeat