Skip to content

Bump mimalloc from 0.1.29 to 0.1.39 in /rust/sbp2json #1748

Bump mimalloc from 0.1.29 to 0.1.39 in /rust/sbp2json

Bump mimalloc from 0.1.29 to 0.1.39 in /rust/sbp2json #1748

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: [ubuntu-22.04]
steps:
- uses: actions/checkout@v5
- 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