-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use serde_test for unit test instead of serde_json. (#67)
- Loading branch information
Showing
3 changed files
with
93 additions
and
87 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
634dd80
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 (± 1
)17
ns/iter (± 0
)1.06
uncontended/load_full
32
ns/iter (± 2
)29
ns/iter (± 0
)1.10
uncontended/load_many
47
ns/iter (± 3
)47
ns/iter (± 0
)1
uncontended/store
153
ns/iter (± 9
)147
ns/iter (± 1
)1.04
uncontended/cache
0
ns/iter (± 0
)1
ns/iter (± 0
)0
concurrent_loads/load
25
ns/iter (± 8
)20
ns/iter (± 8
)1.25
concurrent_loads/load_full
37
ns/iter (± 14
)36
ns/iter (± 13
)1.03
concurrent_loads/load_many
81
ns/iter (± 25
)80
ns/iter (± 24
)1.01
concurrent_loads/store
1564
ns/iter (± 663
)1634
ns/iter (± 516
)0.96
concurrent_loads/cache
0
ns/iter (± 0
)1
ns/iter (± 0
)0
concurrent_store/load
70
ns/iter (± 8
)75
ns/iter (± 2
)0.93
concurrent_store/load_full
104
ns/iter (± 17
)135
ns/iter (± 7
)0.77
concurrent_store/load_many
153
ns/iter (± 9
)158
ns/iter (± 15
)0.97
concurrent_store/store
849
ns/iter (± 63
)944
ns/iter (± 18
)0.90
concurrent_store/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.