Skip to content

Commit

Permalink
Remove pr trigger now that the workflow is registered
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Nov 5, 2024
1 parent 8299da7 commit 040e278
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
required: true
default: 'master'
type: string
pull_request:

jobs:
benchmark:
Expand Down
6 changes: 6 additions & 0 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The benchmarks are setup as a manual Github Actions workflow in `.github/workflo

The workflow will has two inputs: `target` and `base`, which are the branches/tags/commits you want to compare. The workflow will run the benchmarks on the `target` branch and compare them with the `base` branch (`master` by default).

You can also run the workflow using Github CLI and the following command:

```bash
gh workflow run benchmark.yml -f target=your_target_branch -f base=your_base_branch
```

### Running Locally

To run the benchmarks locally, you can have a look at the [documentation for `PkgBenchmark.jl`](https://juliaci.github.io/PkgBenchmark.jl/stable/run_benchmarks/).
Expand Down

0 comments on commit 040e278

Please sign in to comment.