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
34d9871
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.14393961925505872
iter/sec (stddev: 0.24932923270234997
)0.5694844708740344
iter/sec (stddev: 0.07397852816921413
)3.96
benchmarks/test_1000x.py::test_1000x_writes
0.2112341155596279
iter/sec (stddev: 0.282442646122206
)0.5469822733087769
iter/sec (stddev: 0.29029145004471374
)2.59
benchmarks/test_standard.py::test_standard
0.11408661658092305
iter/sec (stddev: 0.39570830926547373
)0.5524267837756454
iter/sec (stddev: 0.10959872907861361
)4.84
This comment was automatically generated by workflow using github-action-benchmark.
34d9871
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.14393961925505872
iter/sec (stddev: 0.24932923270234997
)0.5694844708740344
iter/sec (stddev: 0.07397852816921413
)3.96
benchmarks/test_1000x.py::test_1000x_writes
0.2112341155596279
iter/sec (stddev: 0.282442646122206
)0.5469822733087769
iter/sec (stddev: 0.29029145004471374
)2.59
benchmarks/test_standard.py::test_standard
0.11408661658092305
iter/sec (stddev: 0.39570830926547373
)0.5524267837756454
iter/sec (stddev: 0.10959872907861361
)4.84
This comment was automatically generated by workflow using github-action-benchmark.