Skip to content

Commit da82bba

Browse files
authored
9 frameworks
1 parent 245eab5 commit da82bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Multi-layered applications often require to map between different object models
55
Writing such boiler plate mapping code is a tedious and error-prone task.
66
A lot of object-to-object mapping Java frameworks aims to simplify this work and automate it.
77
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.
99

1010
Benchmark are powered by a tool called [JMH](http://openjdk.java.net/projects/code-tools/jmh/) or also known as "Java Microbenchmarking Harness".
1111
JMH is developed by the OpenJDK team.

0 commit comments

Comments
 (0)