lintel-benchmark 0.0.8

Benchmarking harness for Lintel — runs validation against real-world repos and records timing results
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# lintel-benchmark

[![Crates.io](https://img.shields.io/crates/v/lintel-benchmark.svg)](https://crates.io/crates/lintel-benchmark)
[![docs.rs](https://docs.rs/lintel-benchmark/badge.svg)](https://docs.rs/lintel-benchmark)
[![GitHub](https://img.shields.io/github/stars/lintel-rs/lintel?style=flat)](https://github.com/lintel-rs/lintel)
[![License](https://img.shields.io/crates/l/lintel-benchmark.svg)](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
```

## License

Apache-2.0