File tree 1 file changed +21
-3
lines changed
1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 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):
2
18
3
19
- [ Performance of Java Mapping Frameworks] ( http://www.baeldung.com/java-performance-mapping-frameworks )
4
20
5
21
### Running
6
22
7
23
To run the performance benchmarks:
8
24
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
You can’t perform that action at this time.
0 commit comments