, 2015 8:14 PM
To: dev@flink.apache.org
Subject: Re: [Proposal] Create a separate sub module for benchmark test
Sounds like a nice idea!
Do you want to make this a new maven project as part of the Flink repository,
or create a dedicated repository for that?
BTW: We are currently not mixing
Sounds like a nice idea!
Do you want to make this a new maven project as part of the Flink
repository, or create a dedicated repository for that?
BTW: We are currently not mixing microbenchmarks with test execution. The
code for these benchmarks resides in the test scope of the projects (so it
is
Hi, folks
During work on Flink, I found several micro benchmarks which come from
different modules, these benchmarks measure on manual, annotated with Junit
annotations, so they got executed during unit test as well. There are some
shortage on current implementation:
1. Benchmark test per