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.
fix: defer snapshot writes until end of session (#606)
- Loading branch information
Showing
6 changed files
with
122 additions
and
42 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
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
ff0ea0f
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.17501636940179122
iter/sec (stddev: 0.19579538391669632
)0.6714027163621854
iter/sec (stddev: 0.07992748316164767
)3.84
benchmarks/test_1000x.py::test_1000x_writes
0.2559855774793075
iter/sec (stddev: 0.22109757498095006
)0.6280396548564035
iter/sec (stddev: 0.24841403467148906
)2.45
benchmarks/test_standard.py::test_standard
0.14341506313440355
iter/sec (stddev: 0.2952570863630533
)0.6288116664997968
iter/sec (stddev: 0.10171100440099168
)4.38
This comment was automatically generated by workflow using github-action-benchmark.
ff0ea0f
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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.benchmarks/test_1000x.py::test_1000x_reads
0.17501636940179122
iter/sec (stddev: 0.19579538391669632
)0.6714027163621854
iter/sec (stddev: 0.07992748316164767
)3.84
benchmarks/test_1000x.py::test_1000x_writes
0.2559855774793075
iter/sec (stddev: 0.22109757498095006
)0.6280396548564035
iter/sec (stddev: 0.24841403467148906
)2.45
benchmarks/test_standard.py::test_standard
0.14341506313440355
iter/sec (stddev: 0.2952570863630533
)0.6288116664997968
iter/sec (stddev: 0.10171100440099168
)4.38
This comment was automatically generated by workflow using github-action-benchmark.