Skip to content

Commit

Permalink
mybatis#101 Add large data load
Browse files Browse the repository at this point in the history
  • Loading branch information
willie committed Mar 20, 2024
1 parent de08efc commit 19950cc
Show file tree
Hide file tree
Showing 2 changed files with 468 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

@Fork(1)
@Warmup(iterations = 1)
@BenchmarkMode(Mode.AverageTime)
@BenchmarkMode(Mode.All)
@OutputTimeUnit(TimeUnit.MILLISECONDS)
public class PropertyVsConstructorInjectionBenchmark {

Expand Down
Loading

0 comments on commit 19950cc

Please sign in to comment.