-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BugFix] Refactor map and map_iter (#869)
- Loading branch information
Showing
4 changed files
with
42 additions
and
21 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
02ff686
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 'CPU Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.benchmarks/common/common_ops_test.py::test_membership_stacked_nested_last
87980.42647302672
iter/sec (stddev: 0.000001344804855390614
)242300.6448413797
iter/sec (stddev: 3.6013501137612525e-7
)2.75
benchmarks/common/common_ops_test.py::test_membership_stacked_nested_leaf_last
87548.33064392106
iter/sec (stddev: 7.625204277943041e-7
)237417.42519426672
iter/sec (stddev: 5.168093171660373e-7
)2.71
benchmarks/common/memmap_benchmarks_test.py::test_serialize_weights_pickle
1.2222551311971874
iter/sec (stddev: 0.3192590881575344
)2.5027626194566333
iter/sec (stddev: 0.07068272770168096
)2.05
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vmoens