lintel-benchmark 0.0.2

Benchmarking harness for Lintel — runs validation against real-world repos and records timing results
# lintel-benchmark

[![Crates.io][crates-badge]][crates-url]
[![docs.rs][docs-badge]][docs-url]
[![License][license-badge]][license-url]

[crates-badge]: https://img.shields.io/crates/v/lintel-benchmark.svg
[crates-url]: https://crates.io/crates/lintel-benchmark
[docs-badge]: https://docs.rs/lintel-benchmark/badge.svg
[docs-url]: https://docs.rs/lintel-benchmark
[license-badge]: https://img.shields.io/crates/l/lintel-benchmark.svg
[license-url]: https://github.com/lintel-rs/lintel/blob/master/LICENSE

Benchmarking harness for [Lintel](https://github.com/lintel-rs/lintel). Runs validation against real-world repositories and records timing results for performance tracking.

## Usage

```shell
cargo run -p lintel-benchmark
```