This directory contains the core Rust benchmarking suite and the isolated environments used for cross-ecosystem verification.
These are integrated with Cargo and measure the performance of the underlying Rust library.
**To run:**
```bash
cargo run --release --bin bench_idsmith
```
The following directories contain isolated environments with all necessary dependencies to run the scripts in the `/scripts` directory. These folders are ignored by git.
- -
For cross-library accuracy checks and language-specific performance comparisons, please refer to the [Scripts README](../scripts/README.md).