This is an automated email from the ASF dual-hosted git repository. kbowers pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-benchmarks.git
commit 1c4b05b3ea77df22813d2788169856da253431a1 Author: Marián Macik <[email protected]> AuthorDate: Thu May 6 21:06:47 2021 +0200 Enhancements #4 --- .../src/main/java/org/kie/kogito/benchmarks/framework/App.java | 8 ++++---- .../threshold.properties | 0 .../threshold.properties | 0 .../threshold.properties | 0 .../threshold.properties | 0 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/src/main/java/org/kie/kogito/benchmarks/framework/App.java b/framework/src/main/java/org/kie/kogito/benchmarks/framework/App.java index e6fe0b8..805b4fa 100644 --- a/framework/src/main/java/org/kie/kogito/benchmarks/framework/App.java +++ b/framework/src/main/java/org/kie/kogito/benchmarks/framework/App.java @@ -14,11 +14,11 @@ import org.apache.commons.lang3.StringUtils; import static org.kie.kogito.benchmarks.framework.Commands.APPS_DIR; public enum App { - SMARTHOUSE_02_QUARKUS_JVM("smarthouse-02-quarkus", MvnCmds.QUARKUS_JVM, URLContent.SMARTHOUSE_02, WhitelistLogLines.EVERYTHING), - SMARTHOUSE_03_QUARKUS_JVM("smarthouse-03-quarkus", MvnCmds.QUARKUS_JVM, URLContent.SMARTHOUSE_03, WhitelistLogLines.EVERYTHING), + SMARTHOUSE_02_QUARKUS_JVM("smarthouse-02-dm-quarkus", MvnCmds.QUARKUS_JVM, URLContent.SMARTHOUSE_02, WhitelistLogLines.EVERYTHING), + SMARTHOUSE_03_QUARKUS_JVM("smarthouse-03-dm-quarkus", MvnCmds.QUARKUS_JVM, URLContent.SMARTHOUSE_03, WhitelistLogLines.EVERYTHING), - SMARTHOUSE_02_SPRING_BOOT("smarthouse-02-springboot", MvnCmds.SPRING_BOOT_02_JVM, URLContent.SMARTHOUSE_02, WhitelistLogLines.EVERYTHING), - SMARTHOUSE_03_SPRING_BOOT("smarthouse-03-springboot", MvnCmds.SPRING_BOOT_03_JVM, URLContent.SMARTHOUSE_03, WhitelistLogLines.EVERYTHING); + SMARTHOUSE_02_SPRING_BOOT("smarthouse-02-dm-springboot", MvnCmds.SPRING_BOOT_02_JVM, URLContent.SMARTHOUSE_02, WhitelistLogLines.EVERYTHING), + SMARTHOUSE_03_SPRING_BOOT("smarthouse-03-dm-springboot", MvnCmds.SPRING_BOOT_03_JVM, URLContent.SMARTHOUSE_03, WhitelistLogLines.EVERYTHING); public final String dir; public final MvnCmds mavenCommands; diff --git a/framework/src/main/resources/smarthouse-02-quarkus/threshold.properties b/framework/src/main/resources/smarthouse-02-dm-quarkus/threshold.properties similarity index 100% rename from framework/src/main/resources/smarthouse-02-quarkus/threshold.properties rename to framework/src/main/resources/smarthouse-02-dm-quarkus/threshold.properties diff --git a/framework/src/main/resources/smarthouse-02-springboot/threshold.properties b/framework/src/main/resources/smarthouse-02-dm-springboot/threshold.properties similarity index 100% rename from framework/src/main/resources/smarthouse-02-springboot/threshold.properties rename to framework/src/main/resources/smarthouse-02-dm-springboot/threshold.properties diff --git a/framework/src/main/resources/smarthouse-03-quarkus/threshold.properties b/framework/src/main/resources/smarthouse-03-dm-quarkus/threshold.properties similarity index 100% rename from framework/src/main/resources/smarthouse-03-quarkus/threshold.properties rename to framework/src/main/resources/smarthouse-03-dm-quarkus/threshold.properties diff --git a/framework/src/main/resources/smarthouse-03-springboot/threshold.properties b/framework/src/main/resources/smarthouse-03-dm-springboot/threshold.properties similarity index 100% rename from framework/src/main/resources/smarthouse-03-springboot/threshold.properties rename to framework/src/main/resources/smarthouse-03-dm-springboot/threshold.properties --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
