[ 
https://issues.apache.org/jira/browse/APEXMALHAR-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15677433#comment-15677433
 ] 

bright chen edited comment on APEXMALHAR-2339 at 11/18/16 6:52 PM:
-------------------------------------------------------------------

test result for KeyedWindowedOperatorBenchmarkApp. 
  - number of key is 1k: rate is around 200k per second
  - number of key is 10k: rate is around 7k per second
Here key is the String of number. Here is the code to emit the tuple
data.emit(new Tuple.TimestampedTuple<>(System.currentTimeMillis() - 
random.nextInt(120000), new KeyValPair<String, Long>("" + 
random.nextInt(10000), (long)random.nextInt(100))));


was (Author: brightchen):
test result for KeyedWindowedOperatorBenchmarkApp
  - number of key is 1k: rate is around 200k
  - number of key is 10k: rate is around 7k

> Windowed Operator benchmarking
> ------------------------------
>
>                 Key: APEXMALHAR-2339
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2339
>             Project: Apache Apex Malhar
>          Issue Type: Task
>            Reporter: bright chen
>            Assignee: bright chen
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to