Skip to content

symentispl/java-microbenchmarks-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run microbenchmarks locally

run microbenchmarks with docker

Build docker image:

cd src/main/docker
docker build . -t microbenchmarks

And run benchmarks with:

./mvnw clean package
docker run --privileged --rm -v $PWD/target:/work microbenchmarks java -jar /work/benchmarks.jar -prof "async:output=flamegraph;dir=/work"

Without docker, you can run benchmarks directly on your machine with:

LD_LIBRARY_PATH=/home/jarek/tools/async-profiler/lib/ java -jar target/benchmarks.jar -prof "async:output=flamegraph"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published