Conversation
Contributor
|
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 97078ed | Previous: 399085d | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
18911.796327617627 iter/sec (stddev: 0.0000068619763374392956) |
19020.609781501775 iter/sec (stddev: 0.0000035585148765816224) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
870.5414349868107 iter/sec (stddev: 0.00003908377169533672) |
892.0876376188304 iter/sec (stddev: 0.000050617390403452635) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.459986905165842 iter/sec (stddev: 0.00006848689800047072) |
14.914134599331081 iter/sec (stddev: 0.0001476673718558521) |
1.03 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
59.87656535865574 iter/sec (stddev: 0.0057869396233674935) |
63.024865367150184 iter/sec (stddev: 0.005907119350473721) |
1.05 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
42719.433714300285 iter/sec (stddev: 0.0000033991330064707363) |
40545.08816350678 iter/sec (stddev: 0.000004062894144386497) |
0.95 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions_config |
2967.885696046337 iter/sec (stddev: 0.00044702923011238595) |
2394.4619925152906 iter/sec (stddev: 0.0005639641149120015) |
0.81 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
4350.862232101923 iter/sec (stddev: 0.000006235974704260697) |
4503.102863075053 iter/sec (stddev: 0.0000035181390793009426) |
1.03 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions_config |
4405.269848098095 iter/sec (stddev: 0.0000056999170530521545) |
4493.767032778616 iter/sec (stddev: 0.000007313251885853905) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
361.1048349082864 iter/sec (stddev: 0.0003919314697195523) |
371.39006995048857 iter/sec (stddev: 0.000344632248599223) |
1.03 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions_config |
379.42148392187704 iter/sec (stddev: 0.000039918581961445) |
395.74357209546565 iter/sec (stddev: 0.000051863453972356344) |
1.04 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
191.1403741501791 iter/sec (stddev: 0.000230100819746249) |
197.67774706117513 iter/sec (stddev: 0.00029077878401397207) |
1.03 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions_config |
189.08581725052215 iter/sec (stddev: 0.00024020056732491644) |
199.68984373165222 iter/sec (stddev: 0.00023482401020378057) |
1.06 |
This comment was automatically generated by workflow using github-action-benchmark.
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
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)