Skip to content

Commit

Permalink
Merge branch 'main' into improve_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Dec 16, 2022
2 parents dcade2c + 9bc5f74 commit d8d519a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/publish-to-pypi.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ZnTrack"
version = "0.4.4"
version = "0.4.5"
description = "Create, Run and Benchmark DVC Pipelines in Python"
authors = ["zincwarecode <zincwarecode@gmail.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_zntrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

def test_version():
"""Test 'ZnTrack' version."""
assert __version__ == "0.4.4"
assert __version__ == "0.4.5"

3 comments on commit d8d519a

@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_write_graph 8.67e-05 0.0015305 9.05579e-05 2.86358e-05 8.94e-05 1.6e-06 4;154 11042.7 2549 1
1 tests/benchmark/test_benchmark.py::test_InputOutput_load 9.39e-05 0.00912281 0.000103553 0.000230266 9.58e-05 1.001e-06 2;121 9656.87 1599 1
2 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 9.53e-05 0.0100675 0.000104883 0.000250219 9.79e-05 1.1e-06 2;89 9534.45 1595 1
3 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 9.62e-05 0.0003238 9.88894e-05 6.95553e-06 9.82e-05 1e-06 34;105 10112.3 1472 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_load 9.66e-05 0.0001813 9.93218e-05 3.2249e-06 9.88e-05 1.2e-06 58;73 10068.3 1401 1
5 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.0003224 0.004747 0.000394288 0.000481385 0.0003311 2.425e-05 1;8 2536.21 84 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.0013988 0.0029044 0.00158182 0.000113709 0.0015775 7.44997e-05 72;25 632.183 359 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 0.176101 0.284128 0.222817 0.0405432 0.218502 0.066008 2;0 4.48799 6 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_write_graph 8.76e-05 0.000215799 9.09674e-05 4.52415e-06 9e-05 1.8e-06 97;297 10993 2305 1
1 tests/benchmark/test_benchmark.py::test_InputOutput_load 9.87e-05 0.0013706 0.000103535 3.92413e-05 0.0001008 1.49975e-06 9;92 9658.55 1551 1
2 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 9.8999e-05 0.00793729 0.000108881 0.000220192 0.0001009 1.001e-06 2;100 9184.38 1559 1
3 tests/benchmark/test_benchmark.py::test_NodeCollector_load 9.97e-05 0.0001776 0.000102656 3.83881e-06 0.0001021 1.3e-06 50;79 9741.28 1349 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 0.0001015 0.0001364 0.000104889 3.11886e-06 0.0001042 1.501e-06 85;101 9533.93 1367 1
5 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.000346899 0.00539979 0.000427231 0.00054653 0.0003578 1.78243e-05 1;9 2340.65 85 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.0014669 0.0026778 0.00158934 9.13099e-05 0.0015718 6.7151e-05 45;19 629.191 331 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 0.107351 0.381663 0.234464 0.0876678 0.231391 0.0296632 2;2 4.26504 6 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_write_graph 9.0101e-05 0.000473803 9.32494e-05 8.76178e-06 9.21e-05 1.6e-06 58;177 10723.9 2379 1
1 tests/benchmark/test_benchmark.py::test_InputOutput_load_lazy 9.73e-05 0.000235702 0.000100182 5.76474e-06 9.9401e-05 1e-06 36;94 9981.8 1201 1
2 tests/benchmark/test_benchmark.py::test_InputOutput_load 9.7401e-05 0.000250502 0.000100022 6.08161e-06 9.92e-05 1.2e-06 41;93 9997.79 1260 1
3 tests/benchmark/test_benchmark.py::test_NodeCollector_load 9.8401e-05 0.0124631 0.000112774 0.000376877 0.000100601 1.099e-06 1;73 8867.31 1076 1
4 tests/benchmark/test_benchmark.py::test_NodeCollector_load_lazy 9.8601e-05 0.000142701 0.000100635 2.64403e-06 0.0001002 1.1e-06 43;62 9936.89 1067 1
5 tests/benchmark/test_benchmark.py::test_NodeCollector_run_and_save 0.000390803 0.279185 0.00546 0.0372449 0.000410753 3.31005e-05 1;6 183.15 56 1
6 tests/benchmark/test_benchmark.py::test_InputOutput_run_and_save 0.00151771 0.00288342 0.00164836 0.000123081 0.00164221 8.97e-05 20;11 606.665 311 1
7 tests/benchmark/test_benchmark.py::test_NodeCollector_write_graph 0.147981 0.328384 0.223282 0.0596467 0.218898 0.0401494 2;1 4.47865 6 1

Please sign in to comment.