miroir/docs/research/score-comparability/results/experiment.json
jedarden 360378bde2 P11.8: Amend plan §12 to reflect Rust-idiomatic test layout
The plan §12 previously specified tests/ at root with integration/
and chaos/ subdirectories. However, the actual implementation uses
the idiomatic Rust convention with tests in crates/*/tests/.

This commit:
- Updates plan §12 repository structure to document the actual layout
- Moves tests/benches/score-comparability to docs/research/ (research artifacts)
- Removes the now-empty tests/ directory

CI already runs cargo test --all --all-features which correctly
discovers and runs all crate-level integration tests.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 06:49:04 -04:00

59 lines
No EOL
955 B
JSON

{
"corpus_dir": "corpus",
"query_file": "queries/queries.jsonl",
"shard_count": 10,
"limit": 100,
"total_queries": 10000,
"merge_strategies": [
"score",
"rrf",
"dfs"
],
"rrf_k": 60,
"global_stats": {
"N": 100000,
"avgdl": 53.56222
},
"shard_stats": {
"0": {
"N": 930,
"avgdl": 53.40752688172043
},
"1": {
"N": 93015,
"avgdl": 53.55875933989142
},
"2": {
"N": 930,
"avgdl": 53.48924731182796
},
"3": {
"N": 930,
"avgdl": 53.5505376344086
},
"4": {
"N": 930,
"avgdl": 53.73010752688172
},
"5": {
"N": 930,
"avgdl": 53.075268817204304
},
"6": {
"N": 930,
"avgdl": 53.89247311827957
},
"7": {
"N": 930,
"avgdl": 53.85376344086021
},
"8": {
"N": 465,
"avgdl": 54.05806451612903
},
"9": {
"N": 10,
"avgdl": 56.8
}
}
}