Skip to content

Commit

Permalink
up benchmark to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Aug 9, 2021
1 parent 8a01fcc commit 49d0e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ Thus, besides being useful for following the progress of a long run, it is usefu

The goal here is to provide a good implementation of cell lists. We compare it with the implementation of the nice cython/python [halotools](https://github.com/astropy/halotools) package, in the computation of an histogram of mean pairwise velocities.

<img src=https://github.com/lmiq/PairVelocities/blob/main/data/cd_v0.5.2.png>
<img src=https://github.com/lmiq/PairVelocities/blob/main/data/cd_v0.5.3.png>

<img src=https://github.com/lmiq/PairVelocities/blob/main/data/cv_v0.5.2.png>
<img src=https://github.com/lmiq/PairVelocities/blob/main/data/cv_v0.5.3.png>

The full test is available [at this](https://github.com/lmiq/PairVelocities) repository. And we kindly thank [Carolina Cuesta](https://github.com/florpi) for providing the example. These benchmarks were run on an Intel i7 8th gen laptop, with 4 cores (8 threads).

Expand Down

2 comments on commit 49d0e75

@lmiq
Copy link
Member Author

@lmiq lmiq commented on 49d0e75 Aug 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/42470

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.3 -m "<description of version>" 49d0e759fb8e704ae430628c9f4cfa16d5b9797c
git push origin v0.5.3

Please sign in to comment.