feat: enhance stream-density mode for the benchmark script to take multiple target_fps and container_names #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build docker images | |
on: workflow_dispatch | |
permissions: | |
contents: read | |
jobs: | |
build_benchmark: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Make benchmark Docker images | |
run: | | |
make build-benchmark | |
build_XPU: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Make xpu Docker images | |
run: | | |
make build-xpu | |
build_IGT: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Build igt Docker images | |
run: | | |
make build-igt |