-
-
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
Add vprint #351
Merged
Merged
Add vprint #351
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: b84a57f | Previous: 772d714 | Ratio |
---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
16992.541124368254 iter/sec (stddev: 0.0000042456812456156976 ) |
14896.469536551354 iter/sec (stddev: 0.000018512904058955548 ) |
0.88 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
666.1824186659711 iter/sec (stddev: 0.000013100496623308244 ) |
680.1239621135136 iter/sec (stddev: 0.0000253684457264146 ) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
11.252340803359202 iter/sec (stddev: 0.003546326193891217 ) |
11.466990551661917 iter/sec (stddev: 0.0028115781843641653 ) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
62.16172907971735 iter/sec (stddev: 0.004207966998994127 ) |
62.625436792850635 iter/sec (stddev: 0.004588865481610887 ) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
21407.31702142157 iter/sec (stddev: 4.2511259685325527e-7 ) |
21723.593343397537 iter/sec (stddev: 0.000003028538342687149 ) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1483.7543733642476 iter/sec (stddev: 0.00009123515954869942 ) |
1645.424916587723 iter/sec (stddev: 0.00006858165031196526 ) |
1.11 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
113.98963370291739 iter/sec (stddev: 0.0038228187339155993 ) |
109.3392927767325 iter/sec (stddev: 0.00412383253503386 ) |
0.96 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
81.74926254500332 iter/sec (stddev: 0.0053161319478393036 ) |
85.31398202917262 iter/sec (stddev: 0.004117878908067828 ) |
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)