Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read/write benchmarks #159

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@ cython_debug/

.vscode/
*.h5
output.json
144 changes: 127 additions & 17 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ rdkit2ase = "^0.1.4"
[tool.poetry.group.benchmark.dependencies]
pandas = "^2.2.2"
chemfiles = "^0.10.4"
mdtraj = "^1.10.0"
mdtraj = "^1.10.2"
mdanalysis = "^2.8.0"


[tool.poetry.scripts]
Expand Down
5 changes: 5 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Run comparison benchmark

```bash
pytest tests/comparison.py -m benchmark --benchmark-json output.json
```
Loading
Loading