-
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
1 changed file
with
33 additions
and
0 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
d82b9e1
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
20
ns/iter (± 1
)24
ns/iter (± 1
)0.83
uncontended/load_full
34
ns/iter (± 1
)42
ns/iter (± 3
)0.81
uncontended/load_many
44
ns/iter (± 1
)60
ns/iter (± 3
)0.73
uncontended/store
141
ns/iter (± 5
)163
ns/iter (± 14
)0.87
uncontended/cache
0
ns/iter (± 0
)0
ns/iter (± 0
)NaN
concurrent_loads/load
29
ns/iter (± 11
)43
ns/iter (± 14
)0.67
concurrent_loads/load_full
48
ns/iter (± 19
)53
ns/iter (± 20
)0.91
concurrent_loads/load_many
54
ns/iter (± 38
)69
ns/iter (± 28
)0.78
concurrent_loads/store
1057
ns/iter (± 363
)1051
ns/iter (± 410
)1.01
concurrent_loads/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
concurrent_store/load
77
ns/iter (± 7
)94
ns/iter (± 17
)0.82
concurrent_store/load_full
115
ns/iter (± 7
)121
ns/iter (± 14
)0.95
concurrent_store/load_many
146
ns/iter (± 9
)164
ns/iter (± 23
)0.89
concurrent_store/store
1067
ns/iter (± 44
)1273
ns/iter (± 175
)0.84
concurrent_store/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.