Class FileEditionHelper
- java.lang.Object
-
- org.apache.camel.quarkus.performance.regression.FileEditionHelper
-
public class FileEditionHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description FileEditionHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinstantiateHyperfoilBenchmark(Path cqVersionUnderTestFolder, String singleScenarioDuration)static voidinstantiatePomFile(Path cqVersionUnderTestFolder, String cqVersion, String cqStagingRepositoryUrl, String camelStagingRepositoryUrl)
-
-
-
Method Detail
-
instantiateHyperfoilBenchmark
public static void instantiateHyperfoilBenchmark(Path cqVersionUnderTestFolder, String singleScenarioDuration) throws IOException
- Throws:
IOException
-
instantiatePomFile
public static void instantiatePomFile(Path cqVersionUnderTestFolder, String cqVersion, String cqStagingRepositoryUrl, String camelStagingRepositoryUrl) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Throws:
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserException
-
-