Skip to content

Commit

Permalink
first test benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Feb 18, 2025
1 parent eba2aa7 commit 9258d8a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/merge-when-ready.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,20 @@ jobs:
- name: Run Zombienet Test ${{ matrix.test_name }}
id: e2e-test
uses: ./.github/workflow-templates/bridge-e2e
uses: ./.github/workflow-templates/bridge-e2e
benchmark-tests:
needs: ["enforce-ready-to-merge-label"]
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup Rust toolchain
run: rustup show
- name: Compile with runtime-benchmarks
run: cargo build --features=fast-runtime,runtime-benchmarks --release --all
- name: "Benchmark tests dancelight"
shell: bash
run: |
BINARY=./target/release/tanssi-relay TEMPLATE_PATH=./benchmarking/frame-weight-runtime-template.hbs tools/benchmarking.sh "*" "*"

0 comments on commit 9258d8a

Please sign in to comment.