Conversation
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 249893b | Previous: 00f88a5 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
18810.110057163198 iter/sec (stddev: 0.000002617709298468957) |
18896.2867847434 iter/sec (stddev: 0.000005929585336496917) |
1.00 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
446.60823155296924 iter/sec (stddev: 0.0001329258925225614) |
468.154383271092 iter/sec (stddev: 0.000004266965161741672) |
1.05 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.513189835098471 iter/sec (stddev: 0.000011990833949964466) |
14.616505506282905 iter/sec (stddev: 0.0002179614933710047) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
88.59685043776321 iter/sec (stddev: 0.00015105236272653359) |
89.1030053909124 iter/sec (stddev: 0.00016052695720123519) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
25504.803829256896 iter/sec (stddev: 0.0000041698086844800255) |
26424.756826558256 iter/sec (stddev: 0.000004713998066103541) |
1.04 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1892.3878509640692 iter/sec (stddev: 0.000020112379602723556) |
1904.8968803117752 iter/sec (stddev: 0.000012552135313591508) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
107.62251473979735 iter/sec (stddev: 0.0051556775398003225) |
110.8232956241532 iter/sec (stddev: 0.004755833898744402) |
1.03 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
127.35480385479532 iter/sec (stddev: 0.00016560928718722582) |
125.9221023712663 iter/sec (stddev: 0.00016426062242718702) |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
|
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)