Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add plot animation #91

Merged
merged 2 commits into from
Jul 21, 2024
Merged

add plot animation #91

merged 2 commits into from
Jul 21, 2024

Conversation

itsdfish
Copy link
Owner

No description provided.

itsdfish and others added 2 commits July 21, 2024 08:44
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Jul 21, 2024

Benchmark Results

master bcdbd84... master/bcdbd84d0d87e9...
logpdf/("SequentialSamplingModels.DDM", 10) 1.69 ± 0.19 μs 1.68 ± 0.18 μs 1.01
logpdf/("SequentialSamplingModels.DDM", 100) 17.2 ± 0.68 μs 17.1 ± 0.68 μs 1.01
logpdf/("SequentialSamplingModels.LBA", 10) 2.51 ± 0.19 μs 2.5 ± 0.19 μs 1
logpdf/("SequentialSamplingModels.LBA", 100) 24 ± 0.61 μs 23.8 ± 0.58 μs 1
logpdf/("SequentialSamplingModels.LNR", 10) 1.02 ± 0.18 μs 1.01 ± 0.17 μs 1
logpdf/("SequentialSamplingModels.LNR", 100) 8.64 ± 0.29 μs 8.68 ± 0.3 μs 0.996
logpdf/("SequentialSamplingModels.RDM", 10) 2.65 ± 0.24 μs 2.67 ± 0.26 μs 0.994
logpdf/("SequentialSamplingModels.RDM", 100) 25.1 ± 0.66 μs 25.1 ± 0.73 μs 1
logpdf/("SequentialSamplingModels.Wald", 10) 0.228 ± 0.17 μs 0.229 ± 0.16 μs 0.996
logpdf/("SequentialSamplingModels.Wald", 100) 2.02 ± 0.041 μs 2 ± 0.057 μs 1.01
logpdf/("SequentialSamplingModels.WaldMixture", 10) 1.12 ± 0.17 μs 1.12 ± 0.16 μs 0.998
logpdf/("SequentialSamplingModels.WaldMixture", 100) 10.9 ± 0.16 μs 10.9 ± 0.16 μs 0.997
rand/("SequentialSamplingModels.DDM", 10) 2.93 ± 0.37 μs 2.88 ± 0.39 μs 1.02
rand/("SequentialSamplingModels.DDM", 100) 27.8 ± 1.3 μs 27.6 ± 1.2 μs 1.01
rand/("SequentialSamplingModels.LBA", 10) 3.24 ± 1.2 μs 3.24 ± 1.2 μs 0.998
rand/("SequentialSamplingModels.LBA", 100) 16.7 ± 0.31 μs 16.9 ± 0.32 μs 0.986
rand/("SequentialSamplingModels.LCA", 10) 0.589 ± 0.22 ms 0.593 ± 0.19 ms 0.994
rand/("SequentialSamplingModels.LCA", 100) 6.37 ± 0.24 ms 6.42 ± 0.28 ms 0.991
rand/("SequentialSamplingModels.LNR", 10) 1.08 ± 0.17 μs 1.09 ± 0.16 μs 0.992
rand/("SequentialSamplingModels.LNR", 100) 8.2 ± 3.8 μs 7.41 ± 3.8 μs 1.11
rand/("SequentialSamplingModels.RDM", 10) 1.59 ± 0.35 μs 1.6 ± 0.37 μs 0.994
rand/("SequentialSamplingModels.RDM", 100) 10.8 ± 3.8 μs 10.9 ± 3.8 μs 0.993
rand/("SequentialSamplingModels.Wald", 10) 0.468 ± 0.16 μs 0.471 ± 0.16 μs 0.994
rand/("SequentialSamplingModels.Wald", 100) 2.88 ± 0.21 μs 3.56 ± 5.4 μs 0.81
rand/("SequentialSamplingModels.WaldMixture", 10) 1.23 ± 0.16 μs 1.22 ± 0.17 μs 1
rand/("SequentialSamplingModels.WaldMixture", 100) 11.9 ± 0.18 μs 11.8 ± 0.18 μs 1.01
simulate/SequentialSamplingModels.DDM 3.74 ± 1.5 μs 3.79 ± 1.4 μs 0.987
simulate/SequentialSamplingModels.LBA 3.72 ± 0.36 μs 2.24 ± 1.3 μs 1.66
simulate/SequentialSamplingModels.LCA 0.0809 ± 0.016 ms 0.0833 ± 0.016 ms 0.972
simulate/SequentialSamplingModels.RDM 0.074 ± 0.023 ms 0.075 ± 0.023 ms 0.986
simulate/SequentialSamplingModels.Wald 10.2 ± 5.9 μs 9.15 ± 4.3 μs 1.11
simulate/SequentialSamplingModels.WaldMixture 4.18 ± 1.6 μs 4.08 ± 1.6 μs 1.02
simulate/mdft 0.175 ± 0.064 ms 0.176 ± 0.071 ms 0.993
time_to_load 1.54 ± 0.0069 s 1.54 ± 0.0087 s 1

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.
Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 28 lines in your changes missing coverage. Please review.

Project coverage is 87.20%. Comparing base (225788b) to head (bcdbd84).

Files Patch % Lines
ext/plots/animation.jl 0.00% 28 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
- Coverage   88.61%   87.20%   -1.42%     
==========================================
  Files          28       29       +1     
  Lines        1730     1758      +28     
==========================================
  Hits         1533     1533              
- Misses        197      225      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@itsdfish itsdfish merged commit 29a88ee into master Jul 21, 2024
4 of 7 checks passed
@itsdfish itsdfish deleted the animate branch July 21, 2024 14:25
@itsdfish itsdfish restored the animate branch July 21, 2024 14:25
@itsdfish itsdfish deleted the animate branch July 21, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants