Skip to content

Commit 19950cc

Browse files
author
willie
committed
mybatis#101 Add large data load
1 parent de08efc commit 19950cc

File tree

2 files changed

+468
-1
lines changed

2 files changed

+468
-1
lines changed

src/test/java/org/apache/ibatis/benchmarks/jmh/collection_injection/PropertyVsConstructorInjectionBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
@Fork(1)
3838
@Warmup(iterations = 1)
39-
@BenchmarkMode(Mode.AverageTime)
39+
@BenchmarkMode(Mode.All)
4040
@OutputTimeUnit(TimeUnit.MILLISECONDS)
4141
public class PropertyVsConstructorInjectionBenchmark {
4242

0 commit comments

Comments
 (0)