tzssangglass commented on a change in pull request #6136:
URL: https://github.com/apache/apisix/pull/6136#discussion_r805567341



##########
File path: .github/workflows/performance.yml
##########
@@ -0,0 +1,56 @@
+name: Performance Test
+
+on:
+  pull_request:
+    branches: [master, 'release/**']
+    paths-ignore:
+      - 'docs/**'
+      - '**/*.md'
+
+jobs:
+  performance:
+    if: github.event_name == 'pull_request' || github.event.label.name == 
'performance'

Review comment:
       > We can apply a label if needed
   
   Now this PR is satisfied, add `performance` and it will run. To run it again 
you need to remove `performance` and add it again.
   
   > Note that people can run anything based on their PR.
   
   Yes, the idealization is so. But this requires continued enhancements to the 
performance testing framework.
   Maybe we can change it the next time we need to run performance tests for 
other PRs.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to