mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 23:26:53 +00:00
modify install samply
This commit is contained in:
@@ -17,7 +17,9 @@ jobs:
|
|||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
target
|
target
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
- run: cargo install samply
|
- uses: taiki-e/cache-cargo-install-action@v2
|
||||||
|
with:
|
||||||
|
tool: samply
|
||||||
- run: echo '1' | sudo tee /proc/sys/kernel/perf_event_paranoid
|
- run: echo '1' | sudo tee /proc/sys/kernel/perf_event_paranoid
|
||||||
- name: Create test volumes
|
- name: Create test volumes
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user