Skip to content

anhnd350309/flamegraph.com-github-action

 
 

Repository files navigation

flamegraph.com github action

Use this action to upload a flamegraph to flamegraph.com

- uses: pyroscope-io/flamegraph.com-github-action@main
  with:
    file: cpu.pprof

Development

Running locally

You can use act

yarn build act --container-architecture linux/amd64 --workflows .github/workflows/upload-test.yml

If you use colima, don't forget to specify the DOCKER_HOST: DOCKER_HOST="unix://$HOME/.colima/docker.sock" act --container-architecture linux/amd64 --workflows .github/workflows/upload-test.yml

Testing

There's a test github action workflow, so feel free to open a PR and iterate there.

Publishing

Run yarn build, and commit the dist directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • JavaScript 3.2%