Skip to content

Commit 677e330

Browse files
jirka.pinkas@gmail.comjirka.pinkas@gmail.com
jirka.pinkas@gmail.com
authored and
jirka.pinkas@gmail.com
committed
updated README
1 parent 214a6ae commit 677e330

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
1-
### Relevant Articles:
1+
### About
2+
3+
This project is based on https://github.com/eugenp/tutorials/tree/master/performance-tests from Baeldung.
4+
I just added Selma and updated versions.
5+
6+
Benchmark results on my computer (throughput), sorted from best to worst:
7+
8+
Framework Score Units
9+
MapStruct 7572.877 ops/ms
10+
Selma 5799.140 ops/ms
11+
JMapper 4203.388 ops/ms
12+
Orika 185.148 ops/ms
13+
ModelMapper 24.155 ops/ms
14+
Dozer 12.833 ops/ms
15+
16+
17+
### Briliant article from Baeldung with more information (just currently without Selma):
218

319
- [Performance of Java Mapping Frameworks](http://www.baeldung.com/java-performance-mapping-frameworks)
420

521
### Running
622

723
To run the performance benchmarks:
824

9-
1: `mvn clean install`
10-
2: `java -jar target/benchmarks.jar`
25+
1: `mvn clean package`
26+
2: `java -jar target/benchmarks.jar`
27+
28+
... Just go for a long walk, it will take about an hour to complete

0 commit comments

Comments
 (0)