Skip to content

Commit

Permalink
fix(pprof): use nanos (#155)
Browse files Browse the repository at this point in the history
* fix(pprof): use nanos

* fix python test, do not use og cloud

* fix python test, do not use og cloud

* fix python test, do not use og cloud

* fix python test, do not use og cloud
  • Loading branch information
korniltsev authored Apr 4, 2024
1 parent a70f325 commit 4f23122
Show file tree
Hide file tree
Showing 13 changed files with 3,226 additions and 2,644 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-ffi-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- run: docker run -d -p4040:4040 grafana/pyroscope
- run: python pyroscope_ffi/python/scripts/tests/test.py

linux-arm-build:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ci-ffi-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
run: bundle
working-directory: pyroscope_ffi/ruby

- name: Update lock files
run: cargo update
working-directory: pyroscope_ffi/ruby/ext/rbspy

- name: Update lock files
run: cargo update
working-directory: pyroscope_ffi/ruby/ext/thread_id

- name: Build native extensions
run: rake thread_id_install
working-directory: pyroscope_ffi/ruby
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,14 +459,6 @@ jobs:
run: bundle
working-directory: pyroscope_ffi/ruby

- name: Update lock files
run: cargo update
working-directory: pyroscope_ffi/ruby/ext/rbspy

- name: Update lock files
run: cargo update
working-directory: pyroscope_ffi/ruby/ext/thread_id

- name: Build native extensions
run: rake rbspy_install
working-directory: pyroscope_ffi/ruby
Expand Down
Loading

0 comments on commit 4f23122

Please sign in to comment.