An open API service indexing awesome lists of open source software.

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

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.