VSC Benchmarks
VSC contains reproducible benchmark modes for measuring structural storage reduction and restore / verification behavior.
Folder benchmark
Section titled “Folder benchmark”Small smoke test:
npm run vsc -- benchmark smallDefault profile:
npm run vsc -- benchmarkExtended profile:
npm run vsc -- benchmark largeJSON event benchmark
Section titled “JSON event benchmark”Small:
npm run vsc -- benchmark:json smallDefault:
npm run vsc -- benchmark:jsonLarge:
npm run vsc -- benchmark:json largeMetrics
Section titled “Metrics”The benchmark measures areas including:
- base storage
- delta storage
- full-copy comparison
- reduction ratio
- snapshot timing
- delta generation timing
- restore timing
- verification timing
Interpretation
Section titled “Interpretation”Benchmark results depend on the shape and repetition characteristics of the test data.
They should be treated as reproducible measurements of a fixture, not as universal compression guarantees.
Continue with Go Verifier →.