Add jotl#4
Conversation
JOTL is a Common Lisp JAM implementation. Docker image speaks the JAM Fuzz protocol v1 over Unix sockets, runs within the default 512 MB memory limit.
SBCL with 128 live states benefits from a larger heap (1536 MB at 75%) to reduce GC pressure and p99 latency spikes.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughIntroduces a new GitHub Actions workflow for performance testing of the jotl target, configured to run on a daily schedule and reuse the existing reusable-picofuzz workflow. Accompanying documentation updates in the root README and a new team-specific README entry are included. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
# Conflicts: # .github/workflows/jotl-performance.yml
Update memory limit from 512 MB to 2048MB
Summary by CodeRabbit
Documentation
New Features