salsa-rs
salsa
BlogDocsChangelog

Fully qualify std Result type

#1025
Comparing
alilleybrinker:patch-1
(
08afee0
) with
master
(
a885bb4
)
CodSpeed Performance Gauge
-1%
Untouched
13

Benchmarks

Passed

many_tracked_structs
benches/incremental.rs::benches::many_tracked_structs
CodSpeed Performance Gauge
+1%
9.1 µs9 µs
mutating[10]
benches/compare.rs::benches::mutating_inputs::Mutating Inputs
CodSpeed Performance Gauge
0%
14 µs14 µs
mutating[30]
benches/compare.rs::benches::mutating_inputs::Mutating Inputs
CodSpeed Performance Gauge
0%
14.6 µs14.5 µs
mutating[20]
benches/compare.rs::benches::mutating_inputs::Mutating Inputs
CodSpeed Performance Gauge
0%
14.7 µs14.6 µs
accumulator
benches/accumulator.rs::benches::accumulator
CodSpeed Performance Gauge
0%
3.4 ms3.4 ms
amortized[InternedInput]
benches/compare.rs::benches::inputs::Mutating Inputs
CodSpeed Performance Gauge
0%
2.2 µs2.2 µs
converge_diverge_nested
benches/dataflow.rs::benches::nested
CodSpeed Performance Gauge
0%
115.3 µs115.3 µs
converge_diverge
benches/dataflow.rs::benches::dataflow
CodSpeed Performance Gauge
0%
148.1 µs148.5 µs
new[Input]
benches/compare.rs::benches::inputs::Mutating Inputs
CodSpeed Performance Gauge
0%
10 µs10.1 µs
new[SupertypeInput]
benches/compare.rs::benches::inputs::Mutating Inputs
CodSpeed Performance Gauge
-1%
16 µs16.1 µs
new[InternedInput]
benches/compare.rs::benches::inputs::Mutating Inputs
CodSpeed Performance Gauge
-1%
4.5 µs4.5 µs
amortized[SupertypeInput]
benches/compare.rs::benches::inputs::Mutating Inputs
CodSpeed Performance Gauge
-3%
2.8 µs2.9 µs
amortized[Input]
benches/compare.rs::benches::inputs::Mutating Inputs
CodSpeed Performance Gauge
-4%
2.1 µs2.2 µs

Commits

Click on a commit to change the comparison range
Base
master
a885bb4
-0.61%
Fully qualify std Result type The prior macro expansion could produce errors if the macros were called in a context where `Result` is redefined, for example in a crate with its own `Result` type which pre-fills the error type. This replaces existing `Result` uses with `std::result::Result` to avoid the compilation error in that case.
08afee0
1 day ago
by alilleybrinker
© 2025 CodSpeed Technology
Home Terms Privacy Docs