Skip to content

Commit

Permalink
Fix profile path and concurrency key
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed May 19, 2024
1 parent 187463d commit 213b79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/profile_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
PYROSCOPE_BASIC_AUTH_PASSWORD: ${{ secrets.PYROSCOPE_BASIC_AUTH_PASSWORD }}

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-windows_benchmark
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-profile_linux
cancel-in-progress: true

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"disable_gc": false,
"force_gc": false,
"jmx_port": -1,
"jvm_args": "-javaagent:profiling\\pyroscope.jar",
"jvm_args": "-javaagent:profiling/pyroscope.jar",
"max_string_size": -1,
"use_debug": false,
"version": "1.0",
Expand Down

0 comments on commit 213b79c

Please sign in to comment.