roookeee / datus

datus enables you to define a conversion process between two data structures in a fluent functional API
MIT License
41 stars 5 forks source link

Add a JMH testsuite #23

Closed roookeee closed 5 years ago

roookeee commented 5 years ago

datus was just integrated here but the main repository could use some fancy images + benchmark statistics itself. The benchmark should focus on other mapping frameworks that don't use code generation but we should definitely mention those that do and how they compare to datus perf

roookeee commented 5 years ago

On second thought: Maybe just benchmark datus in this repositories JMH suite and reference the above linked benchmark, I don't really want to maintain third party mapper implementations

roookeee commented 5 years ago

@arey: How would you like to be referenced for this? I am loosly basing my benchmark suite on yours, is this okay? (I have a comment above the benchmark class)

arey commented 5 years ago

No problem @roookeee. If you want, you may reference the repo in the javadoc.

roookeee commented 5 years ago

Alright, will leave a reference to your repository in all files I have included :)

roookeee commented 5 years ago

Merged