You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I was going for, and had before I added someArgument was...
Method
SomeParameter
someArgument
Ratio
ScenarioA
1
?
1.00
ScenarioB
1
4
0.50
ScenarioB
1
5
0.50
ScenarioA
2
?
1.00
ScenarioB
2
4
0.50
ScenarioB
2
5
0.50
ScenarioA
3
?
1.00
ScenarioB
3
4
0.50
ScenarioB
3
5
0.50
Makes sense, in retrospect, I suppose. I could achieve this by just splitting a ScenarioC method off of ScenarioB, and getting rid of someParameter. Is there a simpler way to get these to group up?
The text was updated successfully, but these errors were encountered:
I've got the following setup for a benchmark fixture:
I was taken aback when the benchmarks spit out...
What I was going for, and had before I added
someArgument
was...Makes sense, in retrospect, I suppose. I could achieve this by just splitting a
ScenarioC
method off ofScenarioB
, and getting rid ofsomeParameter
. Is there a simpler way to get these to group up?The text was updated successfully, but these errors were encountered: