|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
"jub.rounds.benchmark"
: the default number of benchmark rounds.
"jub.charts.dir"
: output directory for benchmark charts if H2Consumer
is active and chart annotations are present.
BenchmarkOptions
.Runtime.availableProcessors()
.
"jub.concurrency"
: the default number of threads.
IResultsConsumer
."jub.consumers"
: specifies the consumers to instantiate and add to the
benchmark results feed.
"jub.customkey"
: custom key to attach to the run.
"jub.db.file"
: if set, an H2Consumer
is added to the consumers list
and benchmark results are saved to a database.
DbConsumer
implementation for H2."jub.ignore.annotations"
: if true
, the defaults (or property values) take precedence over
BenchmarkOptions
annotations.
"jub.ignore.callgc"
: if true
, do not call System.gc()
between rounds.
"jub.mysql.url"
: if set, an MySQLConsumer
is added to the
consumers list and benchmarks results are saved to a database.
DbConsumer
implementation for MySQL."jub.rounds.warmup"
: the default number of warmup rounds.
IResultsConsumer
printing benchmark results to a given writer."jub.xml.file"
: if set, an XMLConsumer
is added to the consumers list.
IResultsConsumer
that writes XML files for each benchmark.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |