Skip to content

Commit

Permalink
remove flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Nov 23, 2022
1 parent 5858ef2 commit 674620e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .flake8

This file was deleted.

3 comments on commit 674620e

@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_NodeCollector_run_and_save 0.000241204 0.00112952 0.00034541 0.00015232 0.000283155 0.000118452 7;6 2895.11 88 1
1 tests/benchmark/test_benchmark.py::test_InputOutput_load 0.000898615 0.00106092 0.000918168 1.39498e-05 0.000913615 1.53503e-05 124;17 1089.12 771 1
2 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 0.000900515 0.00113592 0.000918926 1.68564e-05 0.000914015 1.49995e-05 65;17 1088.23 648 1
3 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.00147062 0.00838554 0.00164679 0.000582275 0.00153513 4.85267e-05 28;81 607.243 677 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_load 0.00149863 0.00180793 0.0015205 3.07585e-05 0.00151463 1.62257e-05 12;12 657.677 465 1
5 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 0.00151253 0.00176043 0.00153595 2.0568e-05 0.00153233 1.615e-05 27;6 651.061 415 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_write_graph 0.00264785 0.00840374 0.00283001 0.000455397 0.00274735 0.000103276 10;18 353.355 253 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 1.23157 1.25438 1.24275 0.00930528 1.23987 0.0148773 2;0 0.804669 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.8

name min max mean stddev median iqr outliers ops rounds iterations
0 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.000320126 0.000847367 0.000416231 0.000125012 0.000353528 0.000132511 11;4 2402.51 71 1
1 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 0.000822365 0.00436365 0.00118054 0.000253722 0.00116429 0.000101883 10;21 847.072 273 1
2 tests/benchmark/test_benchmark.py::test_InputOutput_load 0.00102338 0.00146052 0.00116272 4.38703e-05 0.00116539 2.90022e-05 82;66 860.054 473 1
3 tests/benchmark/test_benchmark.py::test_NodeCollector_load 0.00144491 0.00217857 0.00191057 9.69932e-05 0.00193625 0.000119034 77;10 523.404 349 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 0.00159993 0.00470137 0.00206198 0.000344593 0.00199836 0.000114409 11;17 484.97 258 1
5 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.00166303 0.0640354 0.00209839 0.00278971 0.0019034 0.000122309 2;56 476.557 502 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_write_graph 0.00673283 0.0103264 0.00761699 0.00066875 0.00740839 0.000572446 13;7 131.286 102 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 1.39225 1.51181 1.43613 0.0531627 1.40299 0.0834861 1;0 0.696315 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.9

name min max mean stddev median iqr outliers ops rounds iterations
0 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.000375702 0.00155071 0.000474767 0.000166943 0.000442052 9.4301e-05 3;3 2106.3 56 1
1 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 0.00104181 0.00214531 0.00123948 9.69755e-05 0.00122941 9.81008e-05 95;8 806.791 479 1
2 tests/benchmark/test_benchmark.py::test_InputOutput_load 0.00112171 0.00654674 0.00128137 0.000282291 0.00124356 7.21e-05 13;24 780.414 478 1
3 tests/benchmark/test_benchmark.py::test_NodeCollector_load 0.00181781 0.00490283 0.00211612 0.00021884 0.00208141 0.000116701 23;23 472.562 340 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 0.00185671 0.00290952 0.00207885 0.000103519 0.00206851 0.000118226 77;7 481.036 327 1
5 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.00204271 0.00601734 0.00230116 0.000253963 0.00224401 0.000190247 38;20 434.563 467 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_write_graph 0.00707312 0.0141642 0.00783606 0.00113816 0.00752952 0.000466426 7;12 127.615 109 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 1.55354 1.61257 1.57357 0.0236781 1.5634 0.0289092 1;0 0.635499 5 1

Please sign in to comment.