ruvector/crates/ruvector-temporal-tensor/tests
Claude a8b9b25e16
feat: Add benchmarks for new features + persistence integration tests
Benchmarks (store.rs, 8 new bench tests):
- Batch scoring 10k blocks vs individual scoring
- 5-bit and 7-bit dequant fast paths (4096 values)
- 5-bit quantize fast path (4096 values)
- SVD adaptive rank selection (64x64 matrix)
- format_report and format_json throughput
- MetricsSeries trend computation (100 snapshots)

Persistence tests (10 tests, feature-gated):
- FileBlockIO: write/read, multi-tier, delete, overwrite, missing key
- FileMetaLog: append/get, upsert, iter, missing key, multi-block

354 tests pass (with --features persistence).

https://claude.ai/code/session_01Ksy165BL5nGpVoWaAfTE7t
2026-02-08 04:56:40 +00:00
..
benchmarks.rs feat: Implement temporal tensor store with block-based tiered compression 2026-02-08 03:18:51 +00:00
integration.rs perf: Optimize quantizer + store; add comprehensive tests 2026-02-08 03:57:57 +00:00
persistence_tests.rs feat: Add benchmarks for new features + persistence integration tests 2026-02-08 04:56:40 +00:00
property_tests.rs perf: Optimize quantizer + store; add comprehensive tests 2026-02-08 03:57:57 +00:00
stress_tests.rs feat: Implement all 11 temporal tensor improvements 2026-02-08 04:34:12 +00:00
wasm_ffi_test.rs feat: Implement all 11 temporal tensor improvements 2026-02-08 04:34:12 +00:00