Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Oct 15, 2024
1 parent 505114a commit 0834b80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
# Show alert with commit comment on detecting possible performance regression
alert-threshold: '200%'
comment-on-alert: true
fail-on-alert: true
alert-comment-cc-users: '@ktrz'
# alert-threshold: '200%'
# comment-on-alert: true
# fail-on-alert: true
# alert-comment-cc-users: '@ktrz'

- name: Store benchmark result - separate results repo
uses: benchmark-action/github-action-benchmark@v1
Expand Down
1 change: 0 additions & 1 deletion benchmarks/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

N = 100


def test_benchmark_set(benchmark):
fmodel = FlorisModel(configuration=YAML_INPUT)
wind_directions = np.linspace(0, 360, N)
Expand Down

0 comments on commit 0834b80

Please sign in to comment.