Skip to content

Conversation

mcalancea
Copy link
Collaborator

No description provided.

// Generate *multiple* batches of *non-cacheable* iris pairs.
(0..num_threads)
.map(|_| {
let mut rng = StdRng::seed_from_u64(42);
Copy link
Collaborator

Choose a reason for hiding this comment

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

The intent would be clearer generating once and cloning num_threads times.

@mcalancea mcalancea marked this pull request as ready for review September 1, 2025 14:02
@mcalancea mcalancea changed the title extend benches/dot with more scenarios (POP 2842) extend benches/dot with more scenarios Sep 1, 2025
@mcalancea mcalancea enabled auto-merge (squash) September 1, 2025 14:20
@mcalancea mcalancea disabled auto-merge September 1, 2025 14:20
@mcalancea mcalancea merged commit b5928be into main Sep 1, 2025
19 of 20 checks passed
@mcalancea mcalancea deleted the mihai/benchmarks branch September 1, 2025 14:45
carlomazzaferro pushed a commit that referenced this pull request Sep 8, 2025
* extend benches/dot with more scenarios

* comments
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