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 #64 from Cyborus04/master
Fix typo in `ArcSwapOption::const_empty` documentation
- Loading branch information
a8a3ddf
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
)21
ns/iter (± 0
)1
uncontended/load_full
30
ns/iter (± 0
)30
ns/iter (± 0
)1
uncontended/load_many
46
ns/iter (± 0
)46
ns/iter (± 0
)1
uncontended/store
144
ns/iter (± 0
)147
ns/iter (± 0
)0.98
uncontended/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
concurrent_loads/load
32
ns/iter (± 10
)32
ns/iter (± 10
)1
concurrent_loads/load_full
30
ns/iter (± 13
)37
ns/iter (± 17
)0.81
concurrent_loads/load_many
68
ns/iter (± 33
)65
ns/iter (± 28
)1.05
concurrent_loads/store
1382
ns/iter (± 1065
)997
ns/iter (± 719
)1.39
concurrent_loads/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
concurrent_store/load
106
ns/iter (± 2
)107
ns/iter (± 6
)0.99
concurrent_store/load_full
141
ns/iter (± 14
)135
ns/iter (± 4
)1.04
concurrent_store/load_many
159
ns/iter (± 12
)165
ns/iter (± 8
)0.96
concurrent_store/store
1238
ns/iter (± 19
)1196
ns/iter (± 31
)1.04
concurrent_store/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.