| 68 | static constexpr auto kNumLargeRuns = 10'000; |
| 69 | |
| 70 | void runSmall(const TypePtr& inputType, const TypePtr& outputType) { |
| 71 | run(inputType, outputType, kNumSmallRuns); |
| 72 | } |
| 73 | |
| 74 | void runMedium(const TypePtr& inputType, const TypePtr& outputType) { |
| 75 | run(inputType, outputType, kNumMediumRuns); |