-
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
3 changed files
with
8 additions
and
2 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
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.1.0" | ||
version = "1.2.0" | ||
authors = ["Michal 'vorner' Vaner <[email protected]>"] | ||
description = "Atomically swappable Arc" | ||
documentation = "https://docs.rs/arc-swap" | ||
|
de104f8
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
21
ns/iter (± 0
)25
ns/iter (± 0
)0.84
uncontended/load_full
36
ns/iter (± 0
)40
ns/iter (± 0
)0.90
uncontended/load_many
55
ns/iter (± 0
)52
ns/iter (± 1
)1.06
uncontended/store
179
ns/iter (± 0
)149
ns/iter (± 3
)1.20
uncontended/cache
0
ns/iter (± 0
)0
ns/iter (± 0
)NaN
concurrent_loads/load
31
ns/iter (± 9
)30
ns/iter (± 24
)1.03
concurrent_loads/load_full
59
ns/iter (± 17
)58
ns/iter (± 26
)1.02
concurrent_loads/load_many
73
ns/iter (± 34
)72
ns/iter (± 37
)1.01
concurrent_loads/store
1668
ns/iter (± 553
)1708
ns/iter (± 618
)0.98
concurrent_loads/cache
0
ns/iter (± 0
)1
ns/iter (± 0
)0
concurrent_store/load
124
ns/iter (± 7
)126
ns/iter (± 24
)0.98
concurrent_store/load_full
148
ns/iter (± 22
)192
ns/iter (± 15
)0.77
concurrent_store/load_many
213
ns/iter (± 4
)223
ns/iter (± 14
)0.96
concurrent_store/store
1491
ns/iter (± 96
)1481
ns/iter (± 29
)1.01
concurrent_store/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.