-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency org.junit:junit-bom to v5.10.2
- stabelized parallel integration test execution;
- Loading branch information
1 parent
3e77c8b
commit f69f730
Showing
4 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#Sun Jul 24 15:10:29 UTC 2022 | ||
version=2.4.1-SNAPSHOT | ||
org.gradle.jvmargs=-Xmx512m "-XX:MaxMetaspaceSize=512m" | ||
org.gradle.jvmargs=-Xmx2048m "-XX:MaxMetaspaceSize=1024m" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
junit.jupiter.execution.parallel.enabled=true | ||
junit.jupiter.execution.parallel.config.strategy=custom | ||
junit.jupiter.execution.parallel.config.custom.class=de.qualersoft.jmeter.gradleplugin.CustomParallelExecutionConfigurationStrategy | ||
junit.jupiter.execution.parallel.config.dynamic.factor=0.6 | ||
junit.jupiter.execution.parallel.config.dynamic.factor=0.75 | ||
junit.jupiter.execution.parallel.config.fixed.parallelism=6 | ||
junit.jupiter.execution.parallel.mode.default=concurrent | ||
junit.jupiter.execution.parallel.mode.classes.default=concurrent |