Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public void setup()
@State(Scope.Benchmark)
public static class IncrementalIndexState
{
@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

IncrementalIndex incIndex;
Expand Down Expand Up @@ -234,7 +234,7 @@ public void tearDown()
@State(Scope.Benchmark)
public static class IncrementalIndexIngestState
{
@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

IncrementalIndex incIndex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class IncrementalIndexRowTypeBenchmark
@Param({"250000"})
private int rowsPerSegment;

@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

private AppendableIndexSpec appendableIndexSpec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class IncrementalIndexReadBenchmark
@Param({"true", "false"})
private boolean rollup;

@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

private static final Logger log = new Logger(IncrementalIndexReadBenchmark.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class IndexIngestionBenchmark
@Param({"none", "moderate", "high"})
private String rollupOpportunity;

@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

private static final Logger log = new Logger(IndexIngestionBenchmark.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class IndexPersistBenchmark
@Param({"none", "moderate", "high"})
private String rollupOpportunity;

@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

private AppendableIndexSpec appendableIndexSpec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ public String getFormatString()
@State(Scope.Benchmark)
public static class IncrementalIndexState
{
@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

IncrementalIndex incIndex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public void setup()
@State(Scope.Benchmark)
public static class IncrementalIndexState
{
@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

IncrementalIndex incIndex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public void setup()
@State(Scope.Benchmark)
public static class IncrementalIndexState
{
@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

IncrementalIndex incIndex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public void setup()
@State(Scope.Benchmark)
public static class IncrementalIndexState
{
@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

IncrementalIndex incIndex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public void setup()
@State(Scope.Benchmark)
public static class IncrementalIndexState
{
@Param({"onheap", "offheap"})
@Param({"onheap"})
private String indexType;

IncrementalIndex incIndex;
Expand Down