-
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 branch 'master' of github.com:vorner/arc-swap
- Loading branch information
Showing
2 changed files
with
35 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
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
cc90e97
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 (± 1
)20
ns/iter (± 1
)1.05
uncontended/load_full
38
ns/iter (± 2
)34
ns/iter (± 1
)1.12
uncontended/load_many
48
ns/iter (± 7
)44
ns/iter (± 1
)1.09
uncontended/store
148
ns/iter (± 9
)141
ns/iter (± 5
)1.05
uncontended/cache
0
ns/iter (± 0
)0
ns/iter (± 0
)NaN
concurrent_loads/load
30
ns/iter (± 10
)29
ns/iter (± 11
)1.03
concurrent_loads/load_full
55
ns/iter (± 49
)48
ns/iter (± 19
)1.15
concurrent_loads/load_many
68
ns/iter (± 24
)54
ns/iter (± 38
)1.26
concurrent_loads/store
895
ns/iter (± 390
)1057
ns/iter (± 363
)0.85
concurrent_loads/cache
0
ns/iter (± 0
)1
ns/iter (± 0
)0
concurrent_store/load
94
ns/iter (± 13
)77
ns/iter (± 7
)1.22
concurrent_store/load_full
121
ns/iter (± 7
)115
ns/iter (± 7
)1.05
concurrent_store/load_many
164
ns/iter (± 10
)146
ns/iter (± 9
)1.12
concurrent_store/store
1202
ns/iter (± 84
)1067
ns/iter (± 44
)1.13
concurrent_store/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.