Skip to content

remove type piracy#168

Merged
Moelf merged 2 commits into
mainfrom
Moelf-patch-1
Aug 16, 2025
Merged

remove type piracy#168
Moelf merged 2 commits into
mainfrom
Moelf-patch-1

Conversation

@Moelf

@Moelf Moelf commented Aug 16, 2025

Copy link
Copy Markdown
Owner

fix #167

@github-actions

github-actions Bot commented Aug 16, 2025

Copy link
Copy Markdown
Contributor

Benchmark Results (Julia v1)

Time benchmarks
main 30d0996... main / 30d0996...
Non-Uniform Binning/One-shot Gaussian input 17.3 ± 0.078 ms 17.6 ± 0.096 ms 0.985 ± 0.007
Non-Uniform Binning/One-shot Gaussian input with weights 18.6 ± 0.06 ms 18.3 ± 0.055 ms 1.02 ± 0.0045
Non-Uniform Binning/One-shot Uniform input 16.7 ± 0.13 ms 17.3 ± 0.15 ms 0.961 ± 0.011
Non-Uniform Binning/One-shot Uniform input with weights 18.3 ± 0.14 ms 18.3 ± 0.11 ms 0.999 ± 0.0099
Uniform Binning/One-shot Gaussian input 7.4 ± 0.052 ms 7.34 ± 0.054 ms 1.01 ± 0.01
Uniform Binning/One-shot Gaussian input with weights 11.1 ± 0.066 ms 11 ± 0.048 ms 1 ± 0.0074
Uniform Binning/One-shot Uniform input 1.71 ± 0.007 ms 1.72 ± 0.0073 ms 0.993 ± 0.0059
Uniform Binning/One-shot Uniform input with weights 8.15 ± 0.024 ms 8.17 ± 0.024 ms 0.998 ± 0.0042
Uniform Binning/atomic_push!-loop Gaussian input 12 ± 0.073 ms 12.3 ± 0.068 ms 0.974 ± 0.008
Uniform Binning/push!-loop Uniform input 2.03 ± 0.013 ms 2.03 ± 0.013 ms 1 ± 0.009
time_to_load 0.276 ± 0.0012 s 0.276 ± 0.0012 s 1 ± 0.0062
Memory benchmarks
main 30d0996... main / 30d0996...
Non-Uniform Binning/One-shot Gaussian input 11 allocs: 0.469 kB 11 allocs: 0.469 kB 1
Non-Uniform Binning/One-shot Gaussian input with weights 11 allocs: 0.469 kB 11 allocs: 0.469 kB 1
Non-Uniform Binning/One-shot Uniform input 11 allocs: 0.469 kB 11 allocs: 0.469 kB 1
Non-Uniform Binning/One-shot Uniform input with weights 11 allocs: 0.469 kB 11 allocs: 0.469 kB 1
Uniform Binning/One-shot Gaussian input 10 allocs: 0.547 kB 10 allocs: 0.547 kB 1
Uniform Binning/One-shot Gaussian input with weights 10 allocs: 0.547 kB 10 allocs: 0.547 kB 1
Uniform Binning/One-shot Uniform input 10 allocs: 0.547 kB 10 allocs: 0.547 kB 1
Uniform Binning/One-shot Uniform input with weights 10 allocs: 0.547 kB 10 allocs: 0.547 kB 1
Uniform Binning/atomic_push!-loop Gaussian input 7 allocs: 0.344 kB 7 allocs: 0.344 kB 1
Uniform Binning/push!-loop Uniform input 7 allocs: 0.344 kB 7 allocs: 0.344 kB 1
time_to_load 0.159 k allocs: 11.2 kB 0.159 k allocs: 11.2 kB 1

@codecov

codecov Bot commented Aug 16, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.99%. Comparing base (1edefb7) to head (30d0996).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #168   +/-   ##
=======================================
  Coverage   76.99%   76.99%           
=======================================
  Files          11       11           
  Lines         826      826           
=======================================
  Hits          636      636           
  Misses        190      190           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Moelf Moelf merged commit 329ffe2 into main Aug 16, 2025
7 checks passed
@Moelf Moelf deleted the Moelf-patch-1 branch August 16, 2025 03:13
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.

Type privacy check

1 participant