Skip to content

Commit

Permalink
Merge branch 'main' into improve_operating_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Dec 15, 2022
2 parents 9691368 + 8f00611 commit 84b8e9a
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 266 deletions.
Loading

3 comments on commit 84b8e9a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Report for Python 3.10

name min max mean stddev median iqr outliers ops rounds iterations
0 tests/benchmark/test_benchmark.py::test_InputOutput_load 9.8406e-05 0.000124007 0.000100707 2.14437e-06 0.000100306 9.01e-07 73;102 9929.77 1404 1
1 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 9.8506e-05 0.000187612 0.000101068 3.5663e-06 0.000100507 8e-07 52;106 9894.34 1395 1
2 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 9.9906e-05 0.00794158 0.000110711 0.000239681 0.000101307 1.0505e-06 2;95 9032.53 1348 1
3 tests/benchmark/test_benchmark.py::test_NodeCollector_load 0.000101106 0.0116596 0.000112944 0.000317854 0.000103307 1.2e-06 1;98 8853.93 1322 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.000243515 0.00502851 0.000367118 0.000548977 0.000265716 6.683e-05 2;6 2723.92 89 1
5 tests/benchmark/test_benchmark.py::test_InputOutput_write_graph 0.00125098 0.00180461 0.0013238 5.27872e-05 0.00131473 4.6653e-05 58;20 755.4 396 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.00132258 0.0033198 0.00143849 0.000147364 0.00141469 6.34292e-05 10;22 695.174 397 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 0.160132 0.300908 0.217699 0.0531049 0.200083 0.0753582 3;0 4.5935 8 1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Report for Python 3.9

name min max mean stddev median iqr outliers ops rounds iterations
0 tests/benchmark/test_benchmark.py::test_InputOutput_load 0.000109901 0.00391745 0.00011511 0.000107803 0.000111501 7.495e-07 2;97 8687.38 1248 1
1 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 0.0001104 0.000471403 0.00011224 1.11028e-05 0.000111401 6.01e-07 13;80 8909.48 1100 1
2 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 0.000112501 0.00498366 0.000118819 0.000143245 0.000113701 7e-07 2;91 8416.18 1160 1
3 tests/benchmark/test_benchmark.py::test_NodeCollector_load 0.000112701 0.000185602 0.000114658 3.42249e-06 0.000114002 7.99e-07 48;86 8721.57 1160 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.000317104 0.0103563 0.000609504 0.00144999 0.000331504 4.18003e-05 2;7 1640.68 51 1
5 tests/benchmark/test_benchmark.py::test_InputOutput_write_graph 0.00146252 0.00306164 0.00151842 0.000106454 0.00150127 3.6301e-05 11;21 658.581 326 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.00159362 0.00244993 0.00168122 9.06652e-05 0.00165982 5.1551e-05 25;26 594.804 317 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 0.212874 0.387195 0.256988 0.0602767 0.235629 0.0407344 1;1 3.89124 7 1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Report for Python 3.8

name min max mean stddev median iqr outliers ops rounds iterations
0 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 0.0001163 0.0035435 0.000141453 0.000153441 0.0001256 1.71e-05 9;72 7069.49 1233 1
1 tests/benchmark/test_benchmark.py::test_InputOutput_load 0.0001184 0.00783191 0.000146169 0.000308601 0.0001211 1.65e-05 3;87 6841.39 1190 1
2 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 0.0001258 0.00304451 0.0001532 0.000127662 0.000136 5.701e-06 20;156 6527.42 936 1
3 tests/benchmark/test_benchmark.py::test_NodeCollector_load 0.0001388 0.00853891 0.000227175 0.000491791 0.0001515 1.88e-05 14;61 4401.88 469 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.000453301 0.0014598 0.000657656 0.000176311 0.000679101 0.0002194 6;1 1520.55 40 1
5 tests/benchmark/test_benchmark.py::test_InputOutput_write_graph 0.0019224 0.00599741 0.00252251 0.000533532 0.0023793 0.000333276 32;28 396.431 321 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.0020432 0.00424161 0.00258931 0.000348368 0.00249195 0.00033705 51;18 386.203 296 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 0.218407 0.490451 0.305083 0.106596 0.2771 0.0861892 1;1 3.2778 5 1

Please sign in to comment.