All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ligator.openllet.openllet-profiler.2.6.1.source-code.releasetesting.properties Maven / Gradle / Ivy

There is a newer version: 5.6.240
Show newest version
#Directory with the results from previous releases
#Allowed values: Directory path
#Default value : profiler/releases
REPOSITORY = src/main/resources/trys

#Number of iterations
#Allowed values: Integer
#Default value : 30
ITERATIONS = 30

#Confidence level in the statistical tests
#Allowed values: Value between 0.5 and 1
#Default value : 0.95
CONFIDENCE_LEVEL = 0.999

#Maximum allowed % decrease in performance (both for memory and execution time)
#Allowed values: Value between 0 and 1
#Default value : 0.05
MAX_PERFORMANCE_DECREASE = 0.05

#Index of the previous releases that we want to compare with. 0 means the latest one, etc...
#Allowed values: Numbers separated by commas
#Default value : 0,5,10
RELEASES_TO_COMPARE = 0,5,10

#Ontologies to test
#Allowed values: Path to file containing the ontologies to test (one per line)
#Default value : profiler/ontologiestotest
ONTOLOGIES = src/main/resources/ontologiestotest

#Task to execute
#Allowed values: Parse, Load, Consistency, Classify, Realize
#Default value : Realize
TASK = Realize

#Loader type
#Allowed values: Jena, OWLAPI
#Default value : Jena
LOADER = Jena

#Should we perform some warmup iterations?
#Allowed values: True, False
#Default value : True
WARMUP = True




© 2015 - 2025 Weber Informatics LLC | Privacy Policy