Moved the benchmarks class, updated README with instructions, updated… (#7650)

* 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
This commit is contained in:
Sam Millington
2019-08-27 02:16:44 +01:00
committed by Josh Cummings
parent 7e18a82d1b
commit bfba59a42f
3 changed files with 146 additions and 32 deletions
+7
View File
@@ -1,3 +1,10 @@
### 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`