Skip to content

fix: tests (#539)

fix: tests (#539) #111

Workflow file for this run

name: Ledger benchmarks - V2
on:
push:
branches:
- main
paths:
- 'components/ledger/**'
jobs:
benchmarks-sync:
uses: ./.github/workflows/_v2_ledger_benchmark.yml
with:
mode: sync
branch: main
benchmarks-async:
uses: ./.github/workflows/_v2_ledger_benchmark.yml
with:
mode: async
branch: main