Skip to content

Commit

Permalink
Add benchmark data generator, basic ingestion/persist/merge/query ben…
Browse files Browse the repository at this point in the history
…chmarks (apache#2875)
  • Loading branch information
jon-wei authored and fjy committed May 25, 2016
1 parent 7e67397 commit b72c54c
Show file tree
Hide file tree
Showing 21 changed files with 4,174 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import io.druid.data.input.InputRow;
import io.druid.data.input.MapBasedInputRow;
import io.druid.granularity.QueryGranularities;

import io.druid.query.aggregation.AggregatorFactory;
import io.druid.query.aggregation.CountAggregatorFactory;
import io.druid.query.aggregation.DoubleSumAggregatorFactory;
Expand All @@ -47,7 +48,7 @@
import java.util.concurrent.TimeUnit;

@State(Scope.Benchmark)
public class IncrementalIndexAddRowsBenchmark
public class IncrementalIndexRowTypeBenchmark
{
private IncrementalIndex incIndex;
private IncrementalIndex incFloatIndex;
Expand Down
Loading

0 comments on commit b72c54c

Please sign in to comment.