-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arc-swap" | ||
version = "1.5.0" | ||
version = "1.5.1" | ||
authors = ["Michal 'vorner' Vaner <[email protected]>"] | ||
description = "Atomically swappable Arc" | ||
documentation = "https://docs.rs/arc-swap" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f4bbac3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Track benchmarks
uncontended/load
20
ns/iter (± 0
)20
ns/iter (± 0
)1
uncontended/load_full
29
ns/iter (± 0
)29
ns/iter (± 1
)1
uncontended/load_many
47
ns/iter (± 0
)38
ns/iter (± 0
)1.24
uncontended/store
142
ns/iter (± 1
)109
ns/iter (± 0
)1.30
uncontended/cache
1
ns/iter (± 0
)0
ns/iter (± 0
)Infinity
concurrent_loads/load
28
ns/iter (± 9
)29
ns/iter (± 9
)0.97
concurrent_loads/load_full
43
ns/iter (± 16
)50
ns/iter (± 20
)0.86
concurrent_loads/load_many
87
ns/iter (± 24
)67
ns/iter (± 20
)1.30
concurrent_loads/store
922
ns/iter (± 386
)990
ns/iter (± 382
)0.93
concurrent_loads/cache
1
ns/iter (± 0
)0
ns/iter (± 0
)Infinity
concurrent_store/load
120
ns/iter (± 2
)97
ns/iter (± 3
)1.24
concurrent_store/load_full
170
ns/iter (± 12
)148
ns/iter (± 22
)1.15
concurrent_store/load_many
210
ns/iter (± 6
)191
ns/iter (± 4
)1.10
concurrent_store/store
1208
ns/iter (± 20
)1106
ns/iter (± 75
)1.09
concurrent_store/cache
2
ns/iter (± 0
)1
ns/iter (± 0
)2
This comment was automatically generated by workflow using github-action-benchmark.
f4bbac3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Track benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.50
.uncontended/cache
1
ns/iter (± 0
)0
ns/iter (± 0
)Infinity
concurrent_loads/cache
1
ns/iter (± 0
)0
ns/iter (± 0
)Infinity
concurrent_store/cache
2
ns/iter (± 0
)1
ns/iter (± 0
)2
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vorner