[ 
https://issues.apache.org/jira/browse/BEAM-3942?focusedWorklogId=88675&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-88675
 ]

ASF GitHub Bot logged work on BEAM-3942:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Apr/18 02:15
            Start Date: 07/Apr/18 02:15
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on a change in pull request 
#5003: [BEAM-3942] Update performance testing framework to use Gradle
URL: https://github.com/apache/beam/pull/5003#discussion_r178998423
 
 

 ##########
 File path: build.gradle
 ##########
 @@ -175,3 +175,74 @@ task goPreCommit() {
   dependsOn ":rat"
   dependsOn ":sdks:go:test"
 }
+
+// This task runs PerfKitBenchmarker, which does benchmarking of the IO ITs.
+// The arguments passed to it allows it to invoke gradle again with the 
desired benchmark.
+//
+// To invoke this, run:
+//
+// ./gradlew performanceTest \
+//  -DpkbLocation="<path to pkb.py>"
+//  -DintegrationTestPipelineOptions='["--numberOfRecords=1000", "<more 
options>"]' \
+//  -DintegrationTest=<io test, eg. org.apache.beam.sdk.io.text.TextIOIT> \
+//  -DitModule=<directory containing desired test, eg. 
sdks/java/io/file-based-io-tests> \
+//  -DintegrationTestRunner=direct/dataflow/<other>
 
 Review comment:
   Can you give the exact value that should be used for DataflowRunner here 
(without <other>) ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 88675)
    Time Spent: 2h 10m  (was: 2h)

> Update performance testing framework to use Gradle.
> ---------------------------------------------------
>
>                 Key: BEAM-3942
>                 URL: https://issues.apache.org/jira/browse/BEAM-3942
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing
>            Reporter: Chamikara Jayalath
>            Assignee: Ɓukasz Gajowy
>            Priority: Major
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> This requires performing updates to PerfKitBenchmarker and Beam so that we 
> can execute performance tests using Gradle.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to