https://github.com/zfit/benchmarks
Collection of examples for benchmarking zfit
https://github.com/zfit/benchmarks
Last synced: 11 months ago
JSON representation
Collection of examples for benchmarking zfit
- Host: GitHub
- URL: https://github.com/zfit/benchmarks
- Owner: zfit
- License: bsd-3-clause
- Created: 2019-02-19T08:44:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T22:10:06.000Z (about 2 years ago)
- Last Synced: 2025-06-28T08:38:35.897Z (11 months ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
# benchmarks
Collection of examples for benchmarking zfit
To install it, either clone it and do inside the folder where setup.py is located
```bash
pip install -e .
```
or, if you don't intend to commit something and just use the tools, you can simply install it with
```bash
pip install git+https://github.com/zfit/benchmark
```
and then use the tools provided.