Skip to content

Commit

Permalink
add benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Jun 21, 2024
1 parent a3904ab commit efa6de1
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 1 deletion.
258 changes: 258 additions & 0 deletions examples/benchmark.ipynb

Large diffs are not rendered by default.

115 changes: 114 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ mdanalysis = "^2.7.0"
coverage = "^7.5.3"
pyh5md = "^1.0.0"


[tool.poetry.group.benchmark.dependencies]
pandas = "^2.2.2"
chemfiles = "^0.10.4"

[tool.poetry.scripts]
znh5md = 'znh5md.cli:app'

Expand Down

0 comments on commit efa6de1

Please sign in to comment.