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

test: use full range for floats uniform #60

Merged
merged 13 commits into from
Jan 17, 2024
Merged

test: use full range for floats uniform #60

merged 13 commits into from
Jan 17, 2024

Conversation

jvdd
Copy link
Owner

@jvdd jvdd commented Jul 23, 2023

  • update dependencies
  • test full range of float uniform

@codspeed-hq
Copy link

codspeed-hq bot commented Jul 23, 2023

CodSpeed Performance Report

Merging #60 will degrade performances by 8.24%

Comparing float_uniform (5275a35) with main (8d730ac)

🎉 Hooray! codspeed-rust just leveled up to 2.3.3!

A heads-up, this is a breaking change and it might affect your current performance baseline a bit. But here's the exciting part - it's packed with new, cool features and promises improved result stability 🥳!
Curious about what's new? Visit our releases page to delve into all the awesome details about this new version.

Summary

⚡ 50 improvements
❌ 46 (👁 46) regressions
✅ 72 untouched benchmarks

Benchmarks breakdown

Benchmark main float_uniform Change
👁 sse_f64_argminmax_in 1.4 ms 1.6 ms -8.24%
👁 sse_f64_argmin_in 1 ms 1.1 ms -5.91%
👁 sse_f64_argmax_in 1 ms 1.1 ms -5.92%
👁 avx_f64_argmax_in 644.5 µs 676.4 µs -4.72%
👁 impl_f64_argminmax_in 804.9 µs 868.8 µs -7.35%
👁 impl_f64_argmax_in 644.7 µs 676.6 µs -4.72%
scalar_i16_argmax 1.3 ms 1.2 ms +7.12%
scalar_i16_argminmax 2.1 ms 1.6 ms +31.51%
scalar_i16_argmin 1.3 ms 1.2 ms +7.12%
👁 avx_f64_argmin_in 644.5 µs 676.4 µs -4.72%
scalar_i64_argmax 1.4 ms 1.3 ms +3.19%
scalar_i64_argmin 1.4 ms 1.3 ms +3.19%
👁 impl_f64_argmin_in 644.7 µs 676.6 µs -4.73%
sse_i16_argminmax 389.3 µs 368 µs +5.78%
scalar_i64_argminmax 2.4 ms 1.9 ms +27.07%
scalar_f16_argminmax_rn 3.3 ms 3.2 ms +5.4%
👁 avx2_f16_argmin_rn 235.9 µs 250.7 µs -5.9%
👁 impl_f16_argminmax_rn 236 µs 250.8 µs -5.89%
👁 impl_f16_argmin_rn 236.1 µs 250.8 µs -5.89%
👁 avx2_f16_argmax_rn 235.9 µs 250.6 µs -5.89%
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

@jvdd jvdd merged commit c4a4c3c into main Jan 17, 2024
21 checks passed
@jvdd jvdd deleted the float_uniform branch February 19, 2024 09:00
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.

None yet

1 participant