Skip to content

Commit ec7beab

Browse files
authored
Update README.md for benches (#211)
1 parent ee51777 commit ec7beab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

light-curve/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,9 @@ where $N_j$ is a number of sampling observations and all sums are over observati
402402

403403
### Benchmarks
404404

405-
We benchmark the Rust implementation (`rust`) versus [`feets`](https://feets.readthedocs.io/en/latest/) package and our own Python implementation (`lc_py`) for a light curve having n=1000 observations.
405+
You can run all benchmarks from the Python project folder with `python3 -mpytest --benchmark-enable tests/test_w_bench.py`, or with slow benchmarks disabled `python3 -mpytest -m "not (nobs or multi)" --benchmark-enable tests/test_w_bench.py`.
406+
407+
Here we benchmark the Rust implementation (`rust`) versus [`feets`](https://feets.readthedocs.io/en/latest/) package and our own Python implementation (`lc_py`) for a light curve having n=1000 observations.
406408

407409
![Benchmarks, Rust is much faster](https://github.com/light-curve/light-curve-python/raw/readme-benchs/light-curve/.readme/benchplot_v2.png)
408410

0 commit comments

Comments
 (0)