Skip to content

Commit

Permalink
add vtune installation action and run vtune
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulchaphalkar committed Jan 11, 2024
1 parent df270a4 commit d999657
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ concurrency:
cancel-in-progress: true

jobs:
# Check VTune Profiler functionality
vtune_test
name: VTune Test
runs-on: ubuntu-latest
steps:
- uses: abrown/install-vtune-action@422bb78743d724527974d5353dcfa423a8d1d303
- run: vtune -collect hotspots -result-dir=/tmp/vtune-results sleep 1

# Check Code style quickly by running `rustfmt` over all code
rustfmt:
name: Rustfmt
Expand Down

0 comments on commit d999657

Please sign in to comment.