Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 358 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 358 Bytes

Benchmarks and Tests

This project is used for benchmarking and testing various Rust features and implementations.

Running Benchmarks

To get benchmark results, run the following command:

cargo bench

Run application

Execute the following commands:

cargo build --release
./target/release/benchmarks_and_tests