| 64 | } |
| 65 | |
| 66 | static constexpr auto kNumSmallRuns = 100; |
| 67 | static constexpr auto kNumMediumRuns = 1000; |
| 68 | static constexpr auto kNumLargeRuns = 10'000; |
| 69 | |
| 70 | void runSmall(const TypePtr& inputType, const TypePtr& outputType) { |
| 71 | run(inputType, outputType, kNumSmallRuns); |