-
-
Notifications
You must be signed in to change notification settings - Fork 12
Combine plugins in one file #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
Contributor
|
Contributor
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
| Benchmark suite | Current: 2c1c8f3 | Previous: f145186 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
18876.222943429904 iter/sec (stddev: 0.0000010640542849470168) |
18528.674977717976 iter/sec (stddev: 0.000005234570079783741) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
415.3492825797006 iter/sec (stddev: 0.000012554963742959967) |
433.3260397338114 iter/sec (stddev: 0.00010504969260095024) |
1.04 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.491156897214223 iter/sec (stddev: 0.000013484597028487598) |
14.738497488309848 iter/sec (stddev: 0.00011720994933865159) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
88.18694044008585 iter/sec (stddev: 0.0002536377881986577) |
88.10718044665418 iter/sec (stddev: 0.0002811133414205716) |
1.00 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
44102.89204632776 iter/sec (stddev: 0.0000025757778716676947) |
43862.246230752025 iter/sec (stddev: 0.00000291448201924207) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions_config |
33889.17223932656 iter/sec (stddev: 0.000015132014407441598) |
33297.649353314206 iter/sec (stddev: 0.00001147089833570578) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
3184.3391652377427 iter/sec (stddev: 4.208699558150983e-7) |
3154.2084632169854 iter/sec (stddev: 4.6739759340356e-8) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions_config |
3201.3281670353795 iter/sec (stddev: 0.000007080755175050342) |
3165.145919554931 iter/sec (stddev: 0.000004611184742163208) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
132.06280288851335 iter/sec (stddev: 0.005328558995964758) |
127.54359310875495 iter/sec (stddev: 0.0057929412628826655) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions_config |
279.02707110880647 iter/sec (stddev: 0.00010625050133814283) |
275.562872300931 iter/sec (stddev: 0.00006709269556196556) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
210.73125748295118 iter/sec (stddev: 0.00018617866990200678) |
209.1479230999159 iter/sec (stddev: 0.00021597169488789917) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions_config |
115.79213958493206 iter/sec (stddev: 0.005406507336253215) |
108.95384851713634 iter/sec (stddev: 0.006081612090869916) |
0.94 |
This comment was automatically generated by workflow using github-action-benchmark.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Testing
Additional notes
Checklist
I have read through the contributing guidelines and ensured that
Checklist (for reviewer)