This repository was archived by the owner on Jun 7, 2026. It is now read-only.
Bump pyjamaz tiny fuzz memory to 8192m #113
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Performance: typeberry" | |
| on: | |
| schedule: | |
| - cron: '0 6 * * *' | |
| workflow_dispatch: | |
| pull_request: | |
| # we want to run typeberry on each and every PR just as a sanity check | |
| # paths: | |
| # - '.github/workflows/typeberry-performance.yml' | |
| jobs: | |
| test: | |
| uses: ./.github/workflows/reusable-picofuzz.yml | |
| with: | |
| target_name: typeberry | |
| docker_image: 'ghcr.io/fluffylabs/typeberry:latest' | |
| docker_cmd: '' | |
| docker_env: 'JAM_LOG=log' | |
| readiness_pattern: 'PVM Backend' |