Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/jmh/java/performance/DFSelectionSetPerformance.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@State(Scope.Benchmark)
@Warmup(iterations = 2, time = 5)
@Measurement(iterations = 3)
@Fork(3)
@Fork(2)
public class DFSelectionSetPerformance {

@State(Scope.Benchmark)
Expand Down
2 changes: 1 addition & 1 deletion src/jmh/java/performance/DataLoaderPerformance.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@State(Scope.Benchmark)
@Warmup(iterations = 2, time = 5)
@Measurement(iterations = 3)
@Fork(3)
@Fork(2)
public class DataLoaderPerformance {

static Owner o1 = new Owner("O-1", "Andi", List.of("P-1", "P-2", "P-3"));
Expand Down
2 changes: 1 addition & 1 deletion src/jmh/java/performance/ENF1Performance.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@State(Scope.Benchmark)
@Warmup(iterations = 2, time = 5)
@Measurement(iterations = 3)
@Fork(3)
@Fork(2)
public class ENF1Performance {

@State(Scope.Benchmark)
Expand Down
2 changes: 1 addition & 1 deletion src/jmh/java/performance/ENF2Performance.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@State(Scope.Benchmark)
@Warmup(iterations = 2, time = 5)
@Measurement(iterations = 3)
@Fork(3)
@Fork(2)
public class ENF2Performance {

@State(Scope.Benchmark)
Expand Down
2 changes: 1 addition & 1 deletion src/jmh/java/performance/ENFExtraLargePerformance.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@State(Scope.Benchmark)
@Warmup(iterations = 2, time = 5)
@Measurement(iterations = 3)
@Fork(3)
@Fork(2)
public class ENFExtraLargePerformance {

@State(Scope.Benchmark)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@State(Scope.Benchmark)
@Warmup(iterations = 2, time = 5)
@Measurement(iterations = 3)
@Fork(3)
@Fork(2)
public class OverlappingFieldValidationPerformance {


Expand Down
Loading