Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weld Core MicroBenchmarks

By default, benchmarks are run for 6.0.1.Final. use -v to run the benchmarks for a specific set of Weld versions:

$ ./run-benchmarks.sh -v "6.0.0.Final 6.0.1.Final"

By default, all benchmarks are run. Use -b to run a specific benchmark:

$ ./run-benchmarks.sh -b InterceptorBenchmark

If you need to run multiple specific benchmarks, list them as space separated items:

$ ./run-benchmarks.sh -b "InvokerBenchmarkSimpleBeanInvocation InvokerBenchmarkNoLookup"

By default, an HTML report and chart images are generated in target/report directory. To specify a custom directory use -o:

$ ./run-benchmarks.sh -o /home/foo/bar

By default, mvn command is used to build the benchmarks shaded jar. To specify a custom command use -m:

$ ./run-benchmarks.sh -m "/opt/maven/bin/mvn"

By default, no extra JVM options are set. To specify JVM options use -j:

$ ./run-benchmarks.sh -j "-Dorg.jboss.weld.xml.disableValidating=true"

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages