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>
19 lines
No EOL
303 B
JSON
19 lines
No EOL
303 B
JSON
{
|
|
"total_queries": 10000,
|
|
"allocation": {
|
|
"single_term": 0.25,
|
|
"multi_term": 0.25,
|
|
"filtered": 0.2,
|
|
"rare_term": 0.15,
|
|
"common_term": 0.15
|
|
},
|
|
"random_seed": 42,
|
|
"vocab_size": 50,
|
|
"categories": [
|
|
"tech",
|
|
"finance",
|
|
"science",
|
|
"health",
|
|
"business"
|
|
]
|
|
} |