Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 742 Bytes

File metadata and controls

26 lines (18 loc) · 742 Bytes

Bitloops Benchmarks

Small benchmark harness for running SWE-bench Multilingual tasks with Codex or OpenCode, either with or without Bitloops.

Start here: docs/run-benchmarks.md.

Main configs:

  • configs/swebench/codex.toml
  • configs/swebench/opencode.toml

Both configs use the same mode flag:

./.venv/bin/python -m benchkit.swebench.cli plan \
  --config configs/swebench/codex.toml \
  --mode baseline

./.venv/bin/python -m benchkit.swebench.cli run \
  --config configs/swebench/opencode.toml \
  --mode with_bitloops

Legacy configs, scripts, and notes are archived under configs/swebench/archive/, scripts/swebench/archive/, and docs/archive/.