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(filter): add paths_include filter
NOTE: The paths_include filter provides a convenience filter for supporting includes on nested objects.
- Loading branch information
Noah Negin-Ulster
committed
Aug 29, 2023
1 parent
ceca97d
commit a4c6666
Showing
4 changed files
with
85 additions
and
8 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
a4c6666
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.5242603698528148
iter/sec (stddev: 0.08733156251407195
)0.7176880734118378
iter/sec (stddev: 0.05358647530566296
)1.37
benchmarks/test_1000x.py::test_1000x_writes
0.5096779359505854
iter/sec (stddev: 0.07663443739905401
)0.7087853277095996
iter/sec (stddev: 0.06340538927366603
)1.39
benchmarks/test_standard.py::test_standard
0.49502384693327756
iter/sec (stddev: 0.10622390700025151
)0.691573504979619
iter/sec (stddev: 0.08570991764227988
)1.40
This comment was automatically generated by workflow using github-action-benchmark.