Historical benchmark results, datasets, and evaluation artifacts for LemonCrow.
This repository stores the data produced by the benchmark suite that lives in lemoncrow-dev. Keeping results separate keeps the main repo lightweight.
codebench/
data/ Gold-standard evaluation datasets (content, definition, semantic, session, swebench)
competitors/ Competitor configuration (codegraph.json)
results/ Historical codebench run results (exploration, SWE-bench, etc.)
harbor/
results/ Terminal-Bench 2.1 run results (harbor harness)
embedding/
corpus.jsonl Semantic search training corpus
queries.jsonl Evaluation query set
The benchmark code (runners, harnesses, CLI) lives in the main repo.
Clone this repo alongside lemoncrow-dev if you need access to historical results:
git clone git@github.com:lemoncrow-lab/lemoncrow-dev.git
git clone git@github.com:lemoncrow-lab/benchmarks.gitThen set the results path in your config or environment:
export LEMONECROW_BENCH_RESULTS_DIR=../benchmarksAfter a benchmark run, copy results into the appropriate directory and commit.
Keep *.flow files and raw state directories out (they may contain API keys).