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

Run benchmarks in CI and provide results in PR comment #75

Closed simu closed 8 months ago

simu commented 8 months ago

Checklist

github-actions[bot] commented 8 months ago

Benchmark for 591cde7

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1548.6±109.73µs | 1556.4±115.07µs | +0.50% | | Reclass::inventory() single-threaded | 3.5±0.03ms | 3.5±0.08ms | 0.00% |
github-actions[bot] commented 8 months ago

Benchmark for d6fa86e

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1553.8±117.85µs | 1559.3±111.93µs | +0.35% | | Reclass::inventory() single-threaded | 3.4±0.05ms | 3.4±0.04ms | 0.00% |