Closed CathalMullan closed 1 month ago
Attention: Patch coverage is 86.36364%
with 3 lines
in your changes missing coverage. Please review.
:white_check_mark: All tests successful. No failed tests found.
Files with missing lines | Patch % | Lines |
---|---|---|
src/node/insert.rs | 80.00% | 1 Missing and 2 partials :warning: |
Files with missing lines | Coverage Δ | |
---|---|---|
src/errors/insert.rs | 92.85% <100.00%> (+0.40%) |
:arrow_up: |
src/node/insert.rs | 93.87% <80.00%> (+0.61%) |
:arrow_up: |
Comparing 29-attempt-to-port-gitlab-routes-as-test
(bffc6fb) with main
(8c0736b)
🆕 19
new benchmarks
⁉️ 16
dropped benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
29-attempt-to-port-gitlab-routes-as-test |
Change | |
---|---|---|---|---|
🆕 | gitlab delete benchmarks/wayfind |
N/A | 7 s | N/A |
🆕 | gitlab display benchmarks/wayfind |
N/A | 5 ms | N/A |
🆕 | gitlab insert benchmarks/wayfind |
N/A | 860.9 ms | N/A |
⁉️ | matchit benchmarks/actix-router |
185.7 µs | N/A | N/A |
⁉️ | matchit benchmarks/matchit |
10.9 µs | N/A | N/A |
⁉️ | matchit benchmarks/ntex-router |
31.4 µs | N/A | N/A |
⁉️ | matchit benchmarks/path-tree |
13.3 µs | N/A | N/A |
⁉️ | matchit benchmarks/route-recognizer |
43 µs | N/A | N/A |
⁉️ | matchit benchmarks/routefinder |
54.4 µs | N/A | N/A |
⁉️ | matchit benchmarks/wayfind |
13.3 µs | N/A | N/A |
⁉️ | matchit benchmarks/xitca-router |
12.8 µs | N/A | N/A |
🆕 | matchit benchmarks/actix-router |
N/A | 184.8 µs | N/A |
🆕 | matchit benchmarks/matchit |
N/A | 10.7 µs | N/A |
🆕 | matchit benchmarks/ntex-router |
N/A | 31.5 µs | N/A |
🆕 | matchit benchmarks/path-tree |
N/A | 13.2 µs | N/A |
🆕 | matchit benchmarks/route-recognizer |
N/A | 42.8 µs | N/A |
🆕 | matchit benchmarks/routefinder |
N/A | 54.2 µs | N/A |
🆕 | matchit benchmarks/wayfind |
N/A | 12.6 µs | N/A |
🆕 | matchit benchmarks/xitca-router |
N/A | 12.8 µs | N/A |
⁉️ | path-tree benchmarks/actix-router |
1 ms | N/A | N/A |
... | ... | ... | ... | ... |
:information_source: Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.
Raw routes sourced from: https://gist.github.com/CathalMullan/23753db0a6c38b8f74fe288383670583
Can't say I'm a fan of having the CI job now take 5+ mins.
This is a good enough starting point.