Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

Performance: javajam #66

Performance: javajam

Performance: javajam #66

name: "Performance: javajam"
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/javajam-performance.yml'
jobs:
test:
uses: ./.github/workflows/reusable-picofuzz.yml
with:
target_name: javajam
docker_image: 'ghcr.io/methodfive/javajam:latest-amd64'
docker_cmd: '-Dskip.warmup=true fuzz {TARGET_SOCK}'
docker_memory: '8192m'