-
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
3 changed files
with
18 additions
and
19 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
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
facb839
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
6
ns/iter (± 0
)6
ns/iter (± 0
)1
uncontended/load_full
9
ns/iter (± 0
)9
ns/iter (± 0
)1
uncontended/load_many
14
ns/iter (± 0
)16
ns/iter (± 0
)0.88
uncontended/store
53
ns/iter (± 0
)53
ns/iter (± 0
)1
uncontended/cache
0
ns/iter (± 0
)0
ns/iter (± 0
)NaN
concurrent_loads/load
12
ns/iter (± 0
)12
ns/iter (± 0
)1
concurrent_loads/load_full
12
ns/iter (± 0
)12
ns/iter (± 0
)1
concurrent_loads/load_many
23
ns/iter (± 0
)24
ns/iter (± 0
)0.96
concurrent_loads/store
531
ns/iter (± 1
)511
ns/iter (± 6
)1.04
concurrent_loads/cache
1
ns/iter (± 0
)0
ns/iter (± 0
)Infinity
concurrent_store/load
53
ns/iter (± 1
)50
ns/iter (± 1
)1.06
concurrent_store/load_full
60
ns/iter (± 1
)72
ns/iter (± 2
)0.83
concurrent_store/load_many
82
ns/iter (± 2
)88
ns/iter (± 0
)0.93
concurrent_store/store
609
ns/iter (± 11
)559
ns/iter (± 8
)1.09
concurrent_store/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.
facb839
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_loads/cache
1
ns/iter (± 0
)0
ns/iter (± 0
)Infinity
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vorner