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
a09c358
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.1512144518815311
iter/sec (stddev: 0.24649249510534377
)0.591218644327224
iter/sec (stddev: 0.09951887267854263
)3.91
benchmarks/test_1000x.py::test_1000x_writes
0.2570675267549438
iter/sec (stddev: 0.36099582740844405
)0.5656792967488631
iter/sec (stddev: 0.2522504063790964
)2.20
benchmarks/test_standard.py::test_standard
0.122877665353487
iter/sec (stddev: 0.14723612727471197
)0.5220711586121666
iter/sec (stddev: 0.24857965130791945
)4.25
This comment was automatically generated by workflow using github-action-benchmark.
a09c358
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.1512144518815311
iter/sec (stddev: 0.24649249510534377
)0.591218644327224
iter/sec (stddev: 0.09951887267854263
)3.91
benchmarks/test_1000x.py::test_1000x_writes
0.2570675267549438
iter/sec (stddev: 0.36099582740844405
)0.5656792967488631
iter/sec (stddev: 0.2522504063790964
)2.20
benchmarks/test_standard.py::test_standard
0.122877665353487
iter/sec (stddev: 0.14723612727471197
)0.5220711586121666
iter/sec (stddev: 0.24857965130791945
)4.25
This comment was automatically generated by workflow using github-action-benchmark.