Skip to content

Commit

Permalink
[v0.6.3] New Release (#129)
Browse files Browse the repository at this point in the history
* Fixed DataGenerator null pointer exception

* Sobstituded with correct conf file
  • Loading branch information
ale93p committed Sep 11, 2019
1 parent 7cfdd34 commit ed9897c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Expand Up @@ -27,6 +27,7 @@ public DataGenerator(int size, int values, Config.DataDistribution distribution)
this.pivot = 0;
this.characters = lastASCIIValue - firstASCIIValue + 1;
this.payload = generatePayload();
this.distribution = distribution;
}

private ArrayList<Character> generateArrayList(int length, char value){
Expand Down
Expand Up @@ -25,24 +25,21 @@ pipeline:

- name: event_filter
parallelism: 1
routing: balanced
processing: 0.42
filtering: 0.333
processing: 0.54
filtering: 0.666
parents:
- event_deserializer

- name: event_projection
parallelism: 1
routing: balanced
processing: 1.32
resizeddata: 52
parents:
- event_filter

- name: redis_join
parallelism: 1
routing: balanced
processing: 1.8
processing: 1.86
parents:
- event_projection

Expand Down

0 comments on commit ed9897c

Please sign in to comment.