Skip to content

forax/valuetype-lworld

Repository files navigation

valuetype-lworld

Tests of Java value type (lworld prototype)

build the source

I use pro as a build tool so the first thing is to download a version of pro with the l-word patch, like this

/path/to/jdk-11/bin/java pro_wrapper.java

then you can build the source like this

./pro/bin/pro

this will also execute the JUnit tests

run a JMH test

You can use the jdk embedded with pro

./pro/bin/java -XX:+EnableValhalla \
            --module-path target/test/artifact:deps \
            -m fr.umlv.valuetype/fr.umlv.valuetype.perf.ReifiedListBenchMark

you can also run all benchmarks using the perfer plugin of pro

./pro/bin/pro build build.pro perfer

About

Tests of Java value type (lworld prototype)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors