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

ASF GitHub Bot commented on FLINK-8220:
---------------------------------------

Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/5134
  
    Skipping the `maven-deploy-plugin` should accomplish that:
    
    ```
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
                                <configuration>
                                        <skip>true</skip>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
    ```


> Implement set of network throughput benchmarks in Flink
> -------------------------------------------------------
>
>                 Key: FLINK-8220
>                 URL: https://issues.apache.org/jira/browse/FLINK-8220
>             Project: Flink
>          Issue Type: New Feature
>          Components: Network
>            Reporter: Piotr Nowojski
>            Assignee: Piotr Nowojski
>
> Benchmarks should be defined and implemented in flink project and they will 
> be executed in {{flink-benchmarks}} project.
> Configurable parameters: number of record writers and number of channels.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to