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

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

                Author: ASF GitHub Bot
            Created on: 15/May/19 17:41
            Start Date: 15/May/19 17:41
    Worklog Time Spent: 10m 
      Work Description: markflyhigh commented on pull request #8518: 
[BEAM-6908] Refactor Python performance test groovy file for easy configuration
URL: https://github.com/apache/beam/pull/8518#discussion_r284372701
 
 

 ##########
 File path: .test-infra/jenkins/job_PerformanceTests_Python.groovy
 ##########
 @@ -110,12 +106,12 @@ private void 
createPythonPerformanceTestJob(PerformanceTestConfigurations testCo
         testConfig.jobTriggerPhrase)
 
     def argMap = [
-        beam_sdk                : testConfig.sdk,
+        beam_sdk                : 'python',
         benchmarks              : testConfig.benchmarkName,
         bigquery_table          : testConfig.resultTable,
         beam_it_class           : testConfig.itClass,
         beam_it_module          : testConfig.itModule,
-        beam_prebuilt           : testConfig.prebuilt.toString(),
+        beam_prebuilt           : 'true',
 
 Review comment:
   done
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 242706)
    Time Spent: 13h 10m  (was: 13h)

> Add Python3 performance benchmarks
> ----------------------------------
>
>                 Key: BEAM-6908
>                 URL: https://issues.apache.org/jira/browse/BEAM-6908
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing
>            Reporter: Mark Liu
>            Assignee: Mark Liu
>            Priority: Major
>          Time Spent: 13h 10m
>  Remaining Estimate: 0h
>
> Similar to 
> [beam_PerformanceTests_Python|https://builds.apache.org/view/A-D/view/Beam/view/PerformanceTests/job/beam_PerformanceTests_Python/],
>  we want to have a Python3 benchmark running on Jenkins to detect performance 
> regression during code adoption.



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

Reply via email to