Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Aug 4, 2023
1 parent 3787e42 commit 830da59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kex.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ outputDir = temp/
useJavaRuntime = true
useKexRuntime = true
computeCoverage = true
computeSaturationCoverage = true
computeSaturationCoverage = false
printDetailedCoverage = true
useReflectionInfo = false

Expand Down Expand Up @@ -76,7 +76,7 @@ numberOfExecutors = 8
numberOfConcreteMethods = 3

[concolic]
timeLimit = 120
timeLimit = 600
numberOfExecutors = 8
searchStrategy = cgs

Expand Down Expand Up @@ -146,7 +146,7 @@ outputFile = defects.json
executorPath = kex-executor/target/kex-executor-0.0.1-jar-with-dependencies.jar
executorConfigPath = kex.ini
executorPolicyPath = kex.policy
numberOfWorkers = 2
numberOfWorkers = 4
masterJvmParams = -Xmx2g
workerJvmParams = -Xmx4g

Expand Down

0 comments on commit 830da59

Please sign in to comment.