Skip to content

Commit

Permalink
add svg in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetivie authored Mar 22, 2023
1 parent de53698 commit 713d96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can find the code in [here](https://github.com/dmetivie/ExpectationMaximizat

**Conclusion: this package is about 2 to 10 times faster than Python or R implementations and as about as fast as the dedicated package for GaussianMixturesModel.jl**

![timing_K_2_rudimentary.svg](../../benchmarks/timing_K_2_rudimentary_wo_memory_leak.svg)
![timing_K_2_rudimentary_wo_memory_leak](https://user-images.githubusercontent.com/46794064/227060680-6027bca0-e0f7-44f2-9365-b8f1c9858e8e.svg)

[^1]: I would have loved that `@btime` with `RCall` and `PyCall` would just [work](https://discourse.julialang.org/t/benchmarking-julia-vs-python-vs-r-with-pycall-and-rcall/37308).
I did compare with `R` `microbenchmark` and Python `timeit` (not a pleasing experience).
Expand Down

0 comments on commit 713d96d

Please sign in to comment.