Perf tests ref 2 (#4458)
* Refactor MappingFrameworksPerfomance * Increase warmups * Simplify tests * Fixed problem with one test using different object.
This commit is contained in:
parent
974637a273
commit
eac1e3c46c
|
@ -151,8 +151,8 @@ public class MappingFrameworksPerformance {
|
|||
|
||||
@Benchmark
|
||||
@Group("simpleTest")
|
||||
public Order dozerMapperSimpleBenchmark() {
|
||||
return DOZER_CONVERTER.convert(sourceOrder);
|
||||
public DestinationCode dozerMapperSimpleBenchmark() {
|
||||
return DOZER_CONVERTER.convert(sourceCode);
|
||||
}
|
||||
|
||||
@Benchmark
|
||||
|
|
Loading…
Reference in New Issue