Skip to content

Pixeltable integration tests with no-op/yolox benchmarks #51

Pixeltable integration tests with no-op/yolox benchmarks

Pixeltable integration tests with no-op/yolox benchmarks #51

name: Pull request comment to benchmark (/benchmark)
on:
issue_comment:
types: [created, edited]
jobs:
call-benchmark:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3 # Necessary to access local action
- name: Trigger benchmark workflow
uses: ./.github/workflows/benchmark
if: contains(github.event.comment.body, '/benchmark') && github.event.issue.pull_request # check if the comments come from pull request, exclude those from issue.