generated from tophat/new-project-kit
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: numerically sort snapshots if possible, close #657
- Loading branch information
Showing
4 changed files
with
108 additions
and
6 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
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
4ca0716
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.
Benchmark
benchmarks/test_1000x.py::test_1000x_reads
0.6504332306731985
iter/sec (stddev: 0.05191258064344871
)0.8381195242511715
iter/sec (stddev: 0.04240394140227035
)1.29
benchmarks/test_1000x.py::test_1000x_writes
0.6261240564911069
iter/sec (stddev: 0.10312953811549232
)0.8626650008455868
iter/sec (stddev: 0.05153168408309042
)1.38
benchmarks/test_standard.py::test_standard
0.614240671022241
iter/sec (stddev: 0.09005798071493859
)0.7465173870618954
iter/sec (stddev: 0.1502009356924296
)1.22
This comment was automatically generated by workflow using github-action-benchmark.
4ca0716
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.
Benchmark
benchmarks/test_1000x.py::test_1000x_reads
0.6568448257877567
iter/sec (stddev: 0.07302106006938174
)0.8381195242511715
iter/sec (stddev: 0.04240394140227035
)1.28
benchmarks/test_1000x.py::test_1000x_writes
0.6461605240459128
iter/sec (stddev: 0.06661873960228565
)0.8626650008455868
iter/sec (stddev: 0.05153168408309042
)1.34
benchmarks/test_standard.py::test_standard
0.6168099212273088
iter/sec (stddev: 0.06670394338400236
)0.7465173870618954
iter/sec (stddev: 0.1502009356924296
)1.21
This comment was automatically generated by workflow using github-action-benchmark.
4ca0716
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.
Performance degradation 😢
4ca0716
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.
Benchmark
benchmarks/test_1000x.py::test_1000x_reads
0.6207178432624816
iter/sec (stddev: 0.06956937819502504
)0.8381195242511715
iter/sec (stddev: 0.04240394140227035
)1.35
benchmarks/test_1000x.py::test_1000x_writes
0.603983318764947
iter/sec (stddev: 0.06808163816493823
)0.8626650008455868
iter/sec (stddev: 0.05153168408309042
)1.43
benchmarks/test_standard.py::test_standard
0.5707622889069596
iter/sec (stddev: 0.030989220257344203
)0.7465173870618954
iter/sec (stddev: 0.1502009356924296
)1.31
This comment was automatically generated by workflow using github-action-benchmark.