Skip to content

Commit 9e96ff9

Browse files
authored
Fix benchmark links
1 parent 5289dfe commit 9e96ff9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

light-curve/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,22 +609,22 @@ Here we benchmark the Rust implementation (`rust`) versus [`feets`](https://feet
609609
package and
610610
our own Python implementation (`lc_py`) for a light curve having n=1000 observations.
611611

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

614614
The plot shows that the Rust implementation of the package outperforms other ones by a factor of 1.5—50.
615615
This allows to extract a large set of "cheap" features well under one ms for n=1000.
616616
The performance of parametric fits (`BazinFit` and `VillarFit`) and `Periodogram` depend on their parameters,
617617
but the
618618
typical timescale of feature extraction including these features is 20—50 ms for few hundred observations.
619619

620-
![Benchmark for different number of observations](https://github.com/light-curve/light-curve-python/raw/readme-benchs/light-curve/.readme/nobs_bench_v2.png)
620+
![Benchmark for different number of observations](https://github.com/light-curve/light-curve-python/raw/master/light-curve/.readme/nobs_bench_v2.png)
621621

622622
Benchmark results of several features for both the pure-Python and Rust implementations of the "light-curve"
623623
package, as
624624
a function of the number of observations in a light curve. Both the x-axis and y-axis are on a logarithmic
625625
scale.
626626

627-
![Benchmark for multithreading and multiprocessing](https://github.com/light-curve/light-curve-python/raw/readme-benchs/light-curve/.readme/multi_bench_v2.png)
627+
![Benchmark for multithreading and multiprocessing](https://github.com/light-curve/light-curve-python/raw/master/light-curve/.readme/multi_bench_v2.png)
628628

629629
Processing time per a single light curve for extraction of features subset presented in first benchmark versus
630630
the

0 commit comments

Comments
 (0)