Skip to content

Commit

Permalink
update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Mar 16, 2021
1 parent 2bf57da commit efd3df8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bench/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[[ADI]]
deps = ["CoordinateTransformations", "Dierckx", "Distributions", "FillArrays", "HCIToolbox", "ImageTransformations", "LinearAlgebra", "Logging", "NMF", "Photometry", "ProgressLogging", "Reexport", "Rotations", "Setfield", "StaticArrays", "StaticKernels", "Statistics", "StatsBase", "StructArrays", "TSVD"]
git-tree-sha1 = "ef5b4fc2b6305a803ba0e324e1877c71d767fe05"
git-tree-sha1 = "5e376604ed51755e64134fc914f3f8fcf3cb7ad9"
repo-rev = "master"
repo-url = "https://github.com/JuliaHCI/ADI.jl.git"
uuid = "904a6c7d-4c1b-562f-9573-ab2e7e1c7946"
Expand Down
8 changes: 4 additions & 4 deletions docs/src/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ The [Vortex Imaging Pipeline](https://github.com/vortex-exoplanet/vip) (VIP) is
The benchmarks here can be found in the [`bench/`](https://github.com/JuliaHCI/ADI.jl/blob/master/bench/) folder organized into Julia files. The benchmarks utilize BenchmarkTools.jl, PyCall.jl with `virtualenv`, and CSV.jl for accuracy, reproducibility, and organization.

```
Julia Version 1.5.0
Commit 96786e22cc (2020-08-01 23:44 UTC)
Julia Version 1.6.0-beta1
Commit b84990e1ac* (2021-01-08 12:42 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin18.7.0)
OS: macOS (x86_64-apple-darwin19.6.0)
CPU: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
LLVM: libLLVM-11.0.0 (ORCJIT, skylake)
Environment:
JULIA_NUM_THREADS = 4
```
Expand Down

0 comments on commit efd3df8

Please sign in to comment.