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>
36 lines
No EOL
452 B
JSON
36 lines
No EOL
452 B
JSON
{
|
|
"total_documents": 100000,
|
|
"shard_count": 10,
|
|
"vocabulary_size": 50,
|
|
"categories": [
|
|
"tech",
|
|
"finance",
|
|
"science",
|
|
"health",
|
|
"business"
|
|
],
|
|
"skew_factors": [
|
|
1.0,
|
|
100.0,
|
|
1.0,
|
|
1.0,
|
|
1.0,
|
|
1.0,
|
|
1.0,
|
|
1.0,
|
|
0.5,
|
|
0.01
|
|
],
|
|
"shard_sizes": {
|
|
"0": 930,
|
|
"1": 93015,
|
|
"2": 930,
|
|
"3": 930,
|
|
"4": 930,
|
|
"5": 930,
|
|
"6": 930,
|
|
"7": 930,
|
|
"8": 465,
|
|
"9": 10
|
|
}
|
|
} |