We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342bee9 commit 7fda267Copy full SHA for 7fda267
src/QAToolKit.Engine.Bombardier/BombardierTestsRunner.cs
@@ -15,7 +15,7 @@ public class BombardierTestsRunner
15
private readonly IList<BombardierTest> _bombardierTests;
16
private readonly BombardierOutputOptions _bombardierParserOptions;
17
18
- public BombardierTestsRunner(IList<BombardierTest> bombardierTests, Action<BombardierOutputOptions> options)
+ public BombardierTestsRunner(IList<BombardierTest> bombardierTests, Action<BombardierOutputOptions> options = null)
19
{
20
_bombardierTests = bombardierTests;
21
_bombardierParserOptions = new BombardierOutputOptions();
0 commit comments