You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2017/01/07 01:42:10 UTC

[2/2] apex-malhar git commit: Merge commit 'refs/pull/502/head' of github.com:apache/apex-malhar

Merge commit 'refs/pull/502/head' of github.com:apache/apex-malhar


Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/91767c58
Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/91767c58
Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/91767c58

Branch: refs/heads/master
Commit: 91767c5891929b00577f7d9596ec427df1eb881d
Parents: bb3dca1 7e22686
Author: David Yan <da...@apache.org>
Authored: Fri Jan 6 15:42:09 2017 -0800
Committer: David Yan <da...@apache.org>
Committed: Fri Jan 6 15:42:09 2017 -0800

----------------------------------------------------------------------
 .../benchmark/window/AbstractGenerator.java     |  86 ++++++++
 .../AbstractWindowedOperatorBenchmarkApp.java   | 215 +++++++++++++++++++
 .../KeyedWindowedOperatorBenchmarkApp.java      | 138 ++++++++++++
 .../window/WindowedOperatorBenchmarkApp.java    | 123 +++++++++++
 .../KeyedWindowedOperatorBenchmarkAppTest.java  |  75 +++++++
 .../WindowedOperatorBenchmarkAppTest.java       |  75 +++++++
 benchmark/src/test/resources/log4j.properties   |   2 +-
 .../apex/malhar/lib/state/managed/Bucket.java   |  14 +-
 8 files changed, 722 insertions(+), 6 deletions(-)
----------------------------------------------------------------------