-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
V0.24.0 #346
Conversation
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
|
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: daa6d5c | Previous: e730142 | Ratio |
---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
15132.198670873215 iter/sec (stddev: 0.000018325591472947448 ) |
12446.480135440239 iter/sec (stddev: 0.00003520472531520236 ) |
0.82 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
669.473613316801 iter/sec (stddev: 0.00003302832135343279 ) |
674.6419464364759 iter/sec (stddev: 0.00003042206717823047 ) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
11.6606379603941 iter/sec (stddev: 0.0027924104287139905 ) |
11.451914500661433 iter/sec (stddev: 0.002617105576182482 ) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
66.0115552303272 iter/sec (stddev: 0.00396628497225523 ) |
65.9843800389926 iter/sec (stddev: 0.003818743536115718 ) |
1.00 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
22270.598912444326 iter/sec (stddev: 0.0000036689649543906136 ) |
21463.90254513805 iter/sec (stddev: 0.000001941078825616953 ) |
0.96 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1672.1197277842448 iter/sec (stddev: 0.000017980594076258297 ) |
1653.7175073466926 iter/sec (stddev: 0.00003764735498026051 ) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
117.47644294815929 iter/sec (stddev: 0.003277703823050389 ) |
105.77075900414322 iter/sec (stddev: 0.004841792132518896 ) |
0.90 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
91.15936480153881 iter/sec (stddev: 0.0034876482104491064 ) |
89.27389784911827 iter/sec (stddev: 0.0036885670161766362 ) |
0.98 |
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)