pdftract/crates/pdftract-cli
jedarden 862fe9b395 feat(bf-4b7pm): implement temporary storage for benchmark metrics with JSON serialization
Add comprehensive JSON serialization and validation to RawTimingMetrics:

- Add serde::Serialize/Deserialize derives to RawTimingMetrics
- Implement validate() method checking required metrics (runtime, throughput, file counts)
- Add to_json() and from_json() for import/export
- Implement store_temporary() for JSON file storage (benches/results/raw_metrics_<timestamp>.json)
- Integrate validation and temporary storage into benchmark flow
- Add validation for NaN/infinity values in floating-point metrics

Closes bf-4b7pm. Verification: notes/bf-4b7pm.md, commit $(git rev-parse --short HEAD). Tests: PASS (cargo check --bench grep_1000).
2026-07-06 16:43:05 -04:00
..
benches feat(bf-4b7pm): implement temporary storage for benchmark metrics with JSON serialization 2026-07-06 16:43:05 -04:00
examples test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
notes test(bf-2s1hq): add forms integration test verification note 2026-07-06 12:40:57 -04:00
src feat(bf-3wkpz): implement timeout-protected stdout/stderr capture for benchmark 2026-07-06 16:36:22 -04:00
tests feat(bf-4b7pm): implement temporary storage for benchmark metrics with JSON serialization 2026-07-06 16:43:05 -04:00
-.json feat(pdftract-4k1x4): complete Phase 4 Text Assembly and Layout 2026-06-08 09:09:37 -04:00
build.rs test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
Cargo.toml feat(bf-3vo80): add UnmappedGlyphNamesConfig struct to build.rs 2026-07-06 14:42:07 -04:00
header chore(pdftract-36glh): remove unused JpxDecoder import and add verification note 2026-05-28 05:23:13 -04:00
pdftract-cli.cdx.json feat(pdftract-67tm8): implement MCP stdio transport with integration tests 2026-05-23 00:16:42 -04:00