Skip to content

Commit

Permalink
Add docs for benchmarks, only run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgajg1134 committed Nov 18, 2022
1 parent b7a1e4c commit f489505
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ benchmark:
stage: benchmarks
image: $BASE_CI_IMAGE
timeout: 1h
only:
refs:
- branches
interruptible: true
tags: ["runner:apm-k8s-tweaked-metal"]
script:
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ git update-index --no-assume-unchanged go.*
### Milestones

The maintainers of this repository assign milestones to pull requests to classify them. `Triage` indicates that it is yet to be decided which version the change will go into. Pull requests that are ready get the upcoming release version assigned.

### Benchmarks

Some benchmarks will run on any new PR commits, the results will be commented into the PR on completion. To see the list of benchmarks or to add additional benchmarks run go to `.gitlab/scripts/run-benchmarks.sh`.

0 comments on commit f489505

Please sign in to comment.