GitHub user pnowojski opened a pull request:

    https://github.com/apache/flink/pull/4323

    [FLINK-7175] Add first simplest Flink benchmark

    Example output:
    
    ```
    Benchmark                           (objectReuse)  (parallelism)  
(stateBackend)   Mode  Cnt     Score     Error   Units
    EventCountBenchmark.benchmarkCount           true              1          
memory  thrpt    5  4433.286 ± 777.338  ops/ms
    EventCountBenchmark.benchmarkCount           true              1           
rocks  thrpt    5   569.078 ±  15.298  ops/ms
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pnowojski/flink benchmarks

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4323.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4323
    
----
commit af6ea42ecdac723cef36f9d994cac3c680114ddd
Author: Piotr Nowojski <[email protected]>
Date:   2017-07-05T11:39:20Z

    [FLINK-7175] Add first simplest Flink benchmark
    
    Example output:
    
    Benchmark                           (objectReuse)  (parallelism)  
(stateBackend)   Mode  Cnt     Score     Error   Units
    EventCountBenchmark.benchmarkCount           true              1          
memory  thrpt    5  4433.286 ± 777.338  ops/ms
    EventCountBenchmark.benchmarkCount           true              1           
rocks  thrpt    5   569.078 ±  15.298  ops/ms

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to