Last active
October 25, 2019 21:32
-
-
Save etki/12624c56202855043c4d1cb9d97daaa0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# docker run --rm -ti -v $(pwd):/tmp/jmh-benchmark -w /tmp/jmh-benchmark ubuntu:18.04 bash | |
apt-get update | |
apt-get install curl -y | |
curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | bash && . ~/.jabba/jabba.sh | |
jabba install [email protected] | |
jabba use [email protected] | |
which java # /root/.jabba/jdk/[email protected]/bin/java | |
java -jar target/benchmarks.jar BenchmarkLoop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# etki@wanderer:~$ cat /etc/issue | |
# Ubuntu 18.04.3 LTS \n \l | |
cd /tmp | |
git clone https://github.com/mkyong/jmh-benchmark | |
cd jmh-benchmark | |
mvn package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment