HomePlaygroundDocsRoadmapBenchmarksStatusPhilosophyExamples GitHub

Run Your Own Benchmarks

All benchmarks are reproducible. Clone the repo and run them yourself.

# Clone
git clone https://github.com/qail-rs/qail.git

# Run Rust benchmarks
cargo run --release --bin fifty_million_benchmark
cargo run --release --bin copy_bench

# Run Python benchmarks
cd qail-py && maturin develop --release
python ../qail-bench/benchmarks/qail_copy_preencoded_bench.py
View on GitHub