Skip to content

Commit

Permalink
Improvements to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bazelcommits committed Sep 20, 2023
1 parent d6e565b commit d4cfcb0
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# bazel-profile
Bazel profiles for GitHub actions
## bazel-profile

Bazel profiles for GitHub actions. It's An easy way to upload profiles to
github from Bazel and visualize performance.


## Setup

Just add the bazel-profile-action to your workflows which run Bazel

```
my_bazel_test_job:
name: My Bazel github actions job
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: bazelcat/bazel-profile-action@v1
- run: bazel build ...
shell: bash
```

0 comments on commit d4cfcb0

Please sign in to comment.