Skip to content

Fix decoding fixed length arrays of struct in python sbp2json [AP-946] #1366

Fix decoding fixed length arrays of struct in python sbp2json [AP-946]

Fix decoding fixed length arrays of struct in python sbp2json [AP-946] #1366

Workflow file for this run

name: Benchmarks
on:
workflow_dispatch:
push:
branches:
- master
- staging
tags:
- "*"
pull_request:
paths:
- "python/**"
- "haskell/**"
- "rust/**"
- "kaitai/python/**"
- "kaitai/perl/**"
- scripts/ci_benchmark.bash
- scripts/ci_benchmark_install.bash
- test_data/benchmark_main.py
- .github/workflows/benchmark.yaml
jobs:
benchmark:
name: Benchmark
runs-on: [linux, xlarge]
steps:
- uses: actions/checkout@v2
- name: Setup
run: ./scripts/ci_prepare_python.bash
- name: Run benchmarks
run: |
source ./scripts/ci_benchmark_install.bash
./scripts/ci_benchmark.bash
env:
VIA_DOCKER: y