Skip to content

Commit

Permalink
poetry update + increase zninit dependency + update zninit interface (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Dec 14, 2022
1 parent daa01b9 commit 8f00611
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 266 deletions.
Loading

3 comments on commit 8f00611

@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.000109003 0.000136003 0.000110763 2.1963e-06 0.000110303 7e-07 62;100 9028.28 1218 1
1 tests/benchmark/test_benchmark.py::test_InputOutput_load 0.000109202 0.000174104 0.000111827 3.47074e-06 0.000111203 1.199e-06 53;86 8942.35 1229 1
2 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 0.000110801 0.000191603 0.000112398 3.42775e-06 0.000111902 6e-07 44;80 8896.97 1189 1
3 tests/benchmark/test_benchmark.py::test_NodeCollector_load 0.000113302 0.0132966 0.000128005 0.000389012 0.000116102 1.3e-06 1;78 7812.19 1148 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.000313907 0.000970321 0.000382099 0.000121335 0.000341657 8.22015e-05 2;2 2617.12 32 1
5 tests/benchmark/test_benchmark.py::test_InputOutput_write_graph 0.00153083 0.00616851 0.00159558 0.00026315 0.00156313 3.62e-05 4;34 626.733 361 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.00159563 0.00212214 0.00164756 5.19217e-05 0.00163493 4.5901e-05 37;28 606.958 338 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 0.192938 0.324593 0.237887 0.0511196 0.226638 0.0519626 1;0 4.20368 5 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.10

name min max mean stddev median iqr outliers ops rounds iterations
0 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 0.000103502 0.000179303 0.000105979 3.79337e-06 0.000105302 1.1e-06 46;75 9435.8 1192 1
1 tests/benchmark/test_benchmark.py::test_NodeCollector_load 0.000105802 0.000219403 0.000107968 4.564e-06 0.000107301 1.099e-06 40;74 9261.99 964 1
2 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 0.000106001 0.00715871 0.000121098 0.000292815 0.000107602 9e-07 3;109 8257.81 1151 1
3 tests/benchmark/test_benchmark.py::test_InputOutput_load 0.000106101 0.000183503 0.000108542 3.91769e-06 0.000107802 1.12575e-06 55;98 9213.06 1257 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.000260103 0.000575008 0.000298491 5.96431e-05 0.000274804 3.33007e-05 6;7 3350.19 51 1
5 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.00148192 0.00437206 0.00165022 0.000211081 0.00161297 6.1401e-05 17;47 605.98 250 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_write_graph 0.00150152 0.00327755 0.001556 0.000109149 0.00154162 3.325e-05 7;19 642.674 329 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 0.121404 0.398011 0.219708 0.0867166 0.215451 0.0500616 2;1 4.5515 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.9

name min max mean stddev median iqr outliers ops rounds iterations
0 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 8.9701e-05 0.00269125 0.000126213 8.12188e-05 0.000124652 1.05e-05 2;92 7923.12 1028 1
1 tests/benchmark/test_benchmark.py::test_NodeCollector_load 0.000104902 0.00052771 0.000129558 1.79097e-05 0.000131202 1.04e-05 78;70 7718.58 994 1
2 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 0.000117702 0.0114557 0.000150655 0.00039767 0.000128602 1.8e-06 5;174 6637.67 930 1
3 tests/benchmark/test_benchmark.py::test_InputOutput_load 0.000118403 0.00829955 0.000148238 0.000280633 0.000129403 2.4e-06 6;132 6745.92 888 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.000304206 0.000798514 0.000390375 0.00010796 0.000342506 7.99013e-05 5;5 2561.64 49 1
5 tests/benchmark/test_benchmark.py::test_InputOutput_write_graph 0.00167913 0.0166965 0.00198136 0.000967415 0.00184538 6.74515e-05 9;55 504.704 368 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.00172433 0.0118753 0.00198264 0.00061465 0.00192383 0.000106502 5;17 504.378 296 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 0.20654 0.450922 0.297367 0.0912222 0.280394 0.0728387 1;1 3.36285 5 1

Please sign in to comment.