15
0
Fork 0

Repo for running benchmarks against Git LFS, DVC, and LakeFS.

added yonatans work

main
Srini Kadamati 6 months ago
parent 8f58528c56
commit 198af2ff2e
32 changed files (0 B → 22 MiB)
  1. 299
      README.md
  2. 1829
      notebooks/.ipynb_checkpoints/Analysis-checkpoint.ipynb
  3. 3
      notebooks/.ipynb_checkpoints/Article-checkpoint.ipynb
  4. 3
      notebooks/article.ipynb
  5. 3
      notebooks/iframe_figures/figure_10.html
  6. 3
      notebooks/iframe_figures/figure_11.html
  7. 3
      notebooks/iframe_figures/figure_12.html
  8. 3
      notebooks/iframe_figures/figure_13.html
  9. 0
      src/__init__.py
  10. 3
      src/__pycache__/__init__.cpython-310.pyc
  11. 3
      src/__pycache__/generators.cpython-310.pyc
  12. 3
      src/__pycache__/helper.cpython-310.pyc
  13. 3
      src/__pycache__/logger.cpython-310.pyc
  14. 70
      src/download.py
  15. 18
      src/generate.py
  16. 121
      src/generators.py
  17. 271
      src/helper.py
  18. 56
      src/logger.py
  19. 13
      src/utils/__init__.py
  20. 113
      src/utils/metrics.py
  21. 0
      tests/__init__.py
  22. 3
      tests/__pycache__/__init__.cpython-310.pyc
  23. 3
      tests/__pycache__/logger_test.cpython-310-pytest-7.4.2.pyc
  24. 3
      tests/__pycache__/logger_test.cpython-310-pytest-7.4.3.pyc
  25. 3
      tests/__pycache__/tracker_test.cpython-310-pytest-7.4.3.pyc
  26. 20
      tests/helper_test.py
  27. 18
      tests/logger_test.py
  28. 24
      tests/merge_test.py
  29. 3
      tests/mock/0.parquet
  30. 3
      tests/mock/test.parquet
  31. 95
      tests/upload_test.py
  32. 8
      tests/utils.py

README.md (0 B → 22 KiB)

notebooks/.ipynb_checkpoints/Analysis-checkpoint.ipynb (0 B → 79 KiB)

notebooks/.ipynb_checkpoints/Article-checkpoint.ipynb (0 B → 3.8 MiB)

notebooks/article.ipynb (0 B → 3.8 MiB)

notebooks/iframe_figures/figure_10.html (0 B → 3.4 MiB)

notebooks/iframe_figures/figure_11.html (0 B → 3.4 MiB)

notebooks/iframe_figures/figure_12.html (0 B → 3.4 MiB)

notebooks/iframe_figures/figure_13.html (0 B → 3.4 MiB)

src/__init__.py

src/__pycache__/__init__.cpython-310.pyc (0 B → 133 B)

src/__pycache__/generators.cpython-310.pyc (0 B → 5.4 KiB)

src/__pycache__/helper.cpython-310.pyc (0 B → 10 KiB)

src/__pycache__/logger.cpython-310.pyc (0 B → 2.2 KiB)

src/download.py (0 B → 2.4 KiB)

src/generate.py (0 B → 641 B)

src/generators.py (0 B → 4.1 KiB)

src/helper.py (0 B → 9.2 KiB)

src/logger.py (0 B → 1.8 KiB)

src/utils/__init__.py (0 B → 435 B)

src/utils/metrics.py (0 B → 4.0 KiB)

tests/__init__.py

tests/__pycache__/__init__.cpython-310.pyc (0 B → 135 B)

tests/__pycache__/logger_test.cpython-310-pytest-7.4.2.pyc (0 B → 1.1 KiB)

tests/__pycache__/logger_test.cpython-310-pytest-7.4.3.pyc (0 B → 449 B)

tests/__pycache__/tracker_test.cpython-310-pytest-7.4.3.pyc (0 B → 454 B)

tests/helper_test.py (0 B → 669 B)

tests/logger_test.py (0 B → 367 B)

tests/merge_test.py (0 B → 601 B)

tests/mock/0.parquet (0 B → 56 KiB)

tests/mock/test.parquet (0 B → 69 KiB)

tests/upload_test.py (0 B → 3.0 KiB)

tests/utils.py (0 B → 121 B)

Loading…
Cancel
Save