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.
refactor: dirname property to method
- Loading branch information
Noah Negin-Ulster
committed
Dec 1, 2022
1 parent
943ffb1
commit adb266d
Showing
5 changed files
with
22 additions
and
19 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
adb266d
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.5768650110444813
iter/sec (stddev: 0.07560233369071932
)0.6754078596653935
iter/sec (stddev: 0.06391877117699159
)1.17
benchmarks/test_1000x.py::test_1000x_writes
0.21424657719623252
iter/sec (stddev: 0.16212295030378035
)0.6345993135561808
iter/sec (stddev: 0.23174880874067105
)2.96
benchmarks/test_standard.py::test_standard
0.5378388882967824
iter/sec (stddev: 0.10931639165997459
)0.6315599143065584
iter/sec (stddev: 0.0923523543680502
)1.17
This comment was automatically generated by workflow using github-action-benchmark.
adb266d
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_writes
0.21424657719623252
iter/sec (stddev: 0.16212295030378035
)0.6345993135561808
iter/sec (stddev: 0.23174880874067105
)2.96
This comment was automatically generated by workflow using github-action-benchmark.