arey / java-object-mapper-benchmark

JMH benchmark of Java object-to-object mapping frameworks
287 stars 53 forks source link

Fix issue #6. #7

Closed xCASx closed 8 years ago

xCASx commented 8 years ago

JMapper benchmark was incorrect. It missed mapping for 'customerName' field. It was missed because there was no Unit test for this mapper, so the one was added as well.

arey commented 8 years ago

Thanks @xCASx