-
-
Notifications
You must be signed in to change notification settings - Fork 13
Fix article links #378
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
Fix article links #378
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
…re/fix-article
|
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: ca9b10f | Previous: c96dedc | Ratio |
---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
15194.843477988163 iter/sec (stddev: 0.00001278208643977218 ) |
14391.823141959181 iter/sec (stddev: 0.000015605988082646973 ) |
0.95 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
670.7083777075951 iter/sec (stddev: 0.00002141706232085028 ) |
642.5731714133466 iter/sec (stddev: 0.000003214083163354546 ) |
0.96 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
11.432206831147464 iter/sec (stddev: 0.004064076425879939 ) |
11.430101481550247 iter/sec (stddev: 0.005826257235274363 ) |
1.00 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
58.25304585443421 iter/sec (stddev: 0.006251319273989842 ) |
56.27501125289119 iter/sec (stddev: 0.0065327034373074055 ) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
21498.556909288618 iter/sec (stddev: 9.415126794256214e-7 ) |
21212.169422118746 iter/sec (stddev: 7.268350609823468e-7 ) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1622.4447711680596 iter/sec (stddev: 0.00004138738416626238 ) |
1458.0716550340906 iter/sec (stddev: 0.00007125493820853656 ) |
0.90 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
162.343817434853 iter/sec (stddev: 0.00007998558563522764 ) |
152.57675398403424 iter/sec (stddev: 0.00004288312714192275 ) |
0.94 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
67.94263639897913 iter/sec (stddev: 0.008500859148760895 ) |
70.52692996767954 iter/sec (stddev: 0.007629907594644304 ) |
1.04 |
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)