-
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
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
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.3.0" | ||
version = "1.3.1" | ||
authors = ["Michal 'vorner' Vaner <[email protected]>"] | ||
description = "Atomically swappable Arc" | ||
documentation = "https://docs.rs/arc-swap" | ||
|
1484d8c
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
22
ns/iter (± 0
)21
ns/iter (± 1
)1.05
uncontended/load_full
35
ns/iter (± 0
)38
ns/iter (± 1
)0.92
uncontended/load_many
54
ns/iter (± 0
)55
ns/iter (± 7
)0.98
uncontended/store
172
ns/iter (± 0
)169
ns/iter (± 11
)1.02
uncontended/cache
0
ns/iter (± 0
)0
ns/iter (± 0
)NaN
concurrent_loads/load
22
ns/iter (± 10
)23
ns/iter (± 10
)0.96
concurrent_loads/load_full
48
ns/iter (± 17
)43
ns/iter (± 24
)1.12
concurrent_loads/load_many
100
ns/iter (± 32
)87
ns/iter (± 28
)1.15
concurrent_loads/store
1126
ns/iter (± 623
)1406
ns/iter (± 445
)0.80
concurrent_loads/cache
0
ns/iter (± 0
)0
ns/iter (± 0
)NaN
concurrent_store/load
134
ns/iter (± 4
)76
ns/iter (± 8
)1.76
concurrent_store/load_full
194
ns/iter (± 16
)121
ns/iter (± 12
)1.60
concurrent_store/load_many
208
ns/iter (± 3
)161
ns/iter (± 12
)1.29
concurrent_store/store
1331
ns/iter (± 624
)1189
ns/iter (± 116
)1.12
concurrent_store/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.
1484d8c
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
.concurrent_store/load
134
ns/iter (± 4
)76
ns/iter (± 8
)1.76
concurrent_store/load_full
194
ns/iter (± 16
)121
ns/iter (± 12
)1.60
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vorner