* Moved the benchmarks class, updated README with instructions, updated pom with build instructions for easy benchmark running * updated README, changed wrong benchmarks.java to *.jar
10 lines
242 B
Markdown
10 lines
242 B
Markdown
### Relevant Articles:
|
|
|
|
- [Performance of Java Mapping Frameworks](http://www.baeldung.com/java-performance-mapping-frameworks)
|
|
|
|
### Running
|
|
|
|
To run the performance benchmarks:
|
|
|
|
1: `mvn clean install`
|
|
2: `java -jar target/benchmarks.jar` |