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
|
@Benchmark
|
||||||
@Group("simpleTest")
|
@Group("simpleTest")
|
||||||
public Order dozerMapperSimpleBenchmark() {
|
public DestinationCode dozerMapperSimpleBenchmark() {
|
||||||
return DOZER_CONVERTER.convert(sourceOrder);
|
return DOZER_CONVERTER.convert(sourceCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Benchmark
|
@Benchmark
|
||||||
|
|
Loading…
Reference in New Issue