File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Multi-layered applications often require to map between different object models
5
5
Writing such boiler plate mapping code is a tedious and error-prone task.
6
6
A lot of object-to-object mapping Java frameworks aims to simplify this work and automate it.
7
7
Some uses code instrospection (eg. Dozer). Other uses code generation (ex: MapStruct).
8
- This micro-benchmark compares performance of 8 frameworks. Results could be compared to the benchmark of a code written manually.
8
+ This micro-benchmark compares performance of 9 frameworks. Results could be compared to the benchmark of a code written manually.
9
9
10
10
Benchmark are powered by a tool called [ JMH] ( http://openjdk.java.net/projects/code-tools/jmh/ ) or also known as "Java Microbenchmarking Harness".
11
11
JMH is developed by the OpenJDK team.
You can’t perform that action at this time.
0 commit comments