Tuples of input #62
Unanswered
sammysheep
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Most of the examples I have read so far seem to vary args over some single dimensionb(unless you count vs generics parameters). Suppose I have input pairs to a function that takes multiple arguments and want to benchmark the pairs together because the args are correlated.
What is the best example of this kind of pattern? I thought about doing something a little more manual with tuples but didn't know if that'd work or not.
Beta Was this translation helpful? Give feedback.
All reactions