Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 326 Bytes

File metadata and controls

11 lines (8 loc) · 326 Bytes

Contributing

Thank you

Rollout

  1. pip install -r dev-requirements.txt or alternatively uv sync - Installing python dependencies
  2. cargo build - Installing rust dependencies

Run benchmarks

  • uv run pytest python/benches/compare_benchmark_test.py (via uv)
  • pytest python/benches/compare_benchmark_test.py