Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

functional-rosetta-stone

Build Status

Goal

Improve the functional programming skills for Java Developers

Test project

How to test the project?

git clone https://github.com/jabrena/functional-rosetta-stone.git
cd functional-rosetta-stone
./mvnw clean test -DexcludedGroups=performance,endtoend
./mvnw clean test -Dgroups=performance
./mvnw clean test -Dgroups=endtoend


./mvnw dependency-check:check
./mwnw versions:display-dependency-updates
./mvnw versions:display-plugin-updates
./mvnw dependency:tree -pl problems 

How to run the presentation in local?

cd docs
python -m SimpleHTTPServer

Performance

Using the jmh-results.json you can review the performance results:

You can’t perform that action at this time.