Benchmark
Performance benchmarking suite for parser, formatter, type-checking, and language tooling.
Overview
@holoscript/benchmark measures performance across the core language stack so changes can be evaluated against consistent baselines.
Installation
bash
npm install @holoscript/benchmarkUse When
- You are profiling parser or compiler changes.
- You want regression checks for tooling performance.
- You need repeatable measurements for optimization work.
Key Capabilities
- Benchmarks for parser, formatter, and language services.
- Repeatable runs for before-and-after comparisons.
- Useful input for CI and release performance tracking.