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 <[email protected]> Authored: Fri Jan 6 15:42:09 2017 -0800 Committer: David Yan <[email protected]> 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(-) ----------------------------------------------------------------------
