projectsyn / reclass-rs

Reimplementation of https://github.com/kapicorp/reclass in Rust with Python bindings through PyO3.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Properly align code blocks with list items in README #115

Open simu opened 6 months ago

simu commented 6 months ago

Checklist

github-actions[bot] commented 6 months ago

Benchmark for 63eaa9b

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1621.1±49.61µs | 1667.5±246.56µs | +2.86% | | Reclass::inventory() single-threaded | **3.6±0.03ms** | 3.7±0.09ms | **+2.78%** |
github-actions[bot] commented 6 months ago

Benchmark for 20ca808

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1638.5±103.30µs | 1654.2±142.37µs | +0.96% | | Reclass::inventory() single-threaded | 3.6±0.10ms | 3.6±0.03ms | 0.00% |