Skip to content

Commit

Permalink
Put back full tests etc
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 17, 2024
1 parent 54bbc90 commit 24512da
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
os: [ ubuntu-latest, windows-latest ]
framework: [ 'net8.0' ]
configuration: [ 'Release' ]
#test: [ 'Resp.RespParseStress', 'Resp.RespTsavoriteStress', 'Cluster.RespClusterMigrateBench', 'Cluster.RespClusterBench', 'Resp.RespLuaStress', 'Resp.RespLuaRunnerStress' ]
test: [ 'Resp.RespTsavoriteStress' ]
test: [ 'Resp.RespParseStress', 'Resp.RespTsavoriteStress', 'Cluster.RespClusterMigrateBench', 'Cluster.RespClusterBench', 'Resp.RespLuaStress', 'Resp.RespLuaRunnerStress' ]
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -73,20 +72,20 @@ jobs:
if: ${{ always() }}

# Run `github-action-benchmark` action to get Commit Comment
# - name: Store benchmark result for commit comment
# uses: benchmark-action/github-action-benchmark@v1
# with:
# tool: 'benchmarkdotnet'
# output-file-path: ./test/BDNPerfTests/BenchmarkDotNet.Artifacts/results/BDN.benchmark.${{ matrix.test }}-report-full-compressed.json
# github-token: ${{ secrets.GITHUB_TOKEN }}
# alert-threshold: '140%'
# comment-on-alert: true
# fail-on-alert: true
# alert-comment-cc-users: '@darrenge'
# summary-always: false
# gh-pages-branch: 'continuousbenchmark'
# benchmark-data-dir-path: 'website/static/charts'
# auto-push: true
- name: Store benchmark result for commit comment
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'benchmarkdotnet'
output-file-path: ./test/BDNPerfTests/BenchmarkDotNet.Artifacts/results/BDN.benchmark.${{ matrix.test }}-report-full-compressed.json
github-token: ${{ secrets.GITHUB_TOKEN }}
alert-threshold: '140%'
comment-on-alert: true
fail-on-alert: true
alert-comment-cc-users: '@darrenge'
summary-always: false
gh-pages-branch: 'continuousbenchmark'
benchmark-data-dir-path: 'website/static/charts'
auto-push: true

# Run `github-action-benchmark` action for the Continuous Benchmarking Charts
- name: Store benchmark result for charts
Expand Down

0 comments on commit 24512da

Please sign in to comment.