-
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.
Merge pull request #87 from vorner/future-proof-rc
Future-proof the Rc::as_ptr too
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
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
81a56de
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
18
ns/iter (± 0
)18
ns/iter (± 1
)1
uncontended/load_full
32
ns/iter (± 0
)32
ns/iter (± 2
)1
uncontended/load_many
51
ns/iter (± 0
)47
ns/iter (± 3
)1.09
uncontended/store
158
ns/iter (± 0
)153
ns/iter (± 9
)1.03
uncontended/cache
0
ns/iter (± 0
)0
ns/iter (± 0
)NaN
concurrent_loads/load
30
ns/iter (± 14
)25
ns/iter (± 8
)1.20
concurrent_loads/load_full
43
ns/iter (± 15
)37
ns/iter (± 14
)1.16
concurrent_loads/load_many
51
ns/iter (± 29
)81
ns/iter (± 25
)0.63
concurrent_loads/store
1464
ns/iter (± 448
)1564
ns/iter (± 663
)0.94
concurrent_loads/cache
0
ns/iter (± 0
)0
ns/iter (± 0
)NaN
concurrent_store/load
51
ns/iter (± 2
)70
ns/iter (± 8
)0.73
concurrent_store/load_full
89
ns/iter (± 13
)104
ns/iter (± 17
)0.86
concurrent_store/load_many
134
ns/iter (± 1
)153
ns/iter (± 9
)0.88
concurrent_store/store
1515
ns/iter (± 33
)849
ns/iter (± 63
)1.78
concurrent_store/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.
81a56de
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/store
1515
ns/iter (± 33
)849
ns/iter (± 63
)1.78
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vorner